Data.DBXCommon.TDBXValueType.Nullable
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueType |
Delphi
property Nullable: Boolean read IsNullable write SetNullable;
C++
__property bool Nullable = {read=IsNullable, write=SetNullable, nodefault};
Description
Determines whether or not a parameter can be set to null.
Gets or sets the value that determines whether or not a parameter can be set to null.