Data.DBXCommon.TDBXValueType.Literal
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueType |
Delphi
property Literal: Boolean read GetLiteral write SetLiteral;
C++
__property bool Literal = {read=GetLiteral, write=SetLiteral, nodefault};
Description
Used to mark parameter as a literal value.
Literal is used to mark a parameter as being specified in the command text property as a literal value.