Data.DBXDelegate.TDBXDelegateParameter.SetNullable
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateParameter |
Delphi
procedure SetNullable(const NullableValue: Boolean); override;
C++
virtual void __fastcall SetNullable(const bool NullableValue);
Description
Set Nullable property.
Data.DBXDelegate.TDBXDelegateParameter.SetNullable inherits from Data.DBXCommon.TDBXValueType.SetNullable. All content below this line refers to Data.DBXCommon.TDBXValueType.SetNullable.
Set Nullable property.
SetNullable sets the Nullable property.