RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameter.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 DataStoreCommandBuilder to generate correct Update statements for nullable columns. 

 

SourceColumnNullMapping (MSDN) 

DataStoreCommandBuilder

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