RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameter.SourceColumnNullMapping Property

Sets or gets a value indicating whether the column can be null.

Pascal
property SourceColumnNullMapping: Boolean;
C++
__property Boolean SourceColumnNullMapping;

SourceColumnNullMapping sets or gets a value indicating whether the column can be set to null. This value allows TAdoDbxCommandBuilder to generate correct Update statements for nullable columns. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!