RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameter.IsNullable Property

Gets or sets the value that determines whether or not a parameter value can be null.

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

Set to True if null values are accepted, otherwise, set to False. The default is False

 

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