Data.DBXCommon.TDBXValueType.Nullable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Nullable: Boolean read IsNullable write SetNullable;

C++

__property bool Nullable = {read=IsNullable, write=SetNullable, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

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.