
|
AsAnsiString
|
Specifies the value of the parameter when it represents an ansi string field.
|

|
AsBCD
|
Specifies the value of the parameter when it represents a binary-coded decimal (BCD) field with less than 4 decimal places or 20 significant digits.
|

|
AsBlob
|
Specifies the value of the parameter when it represents a binary large object (BLOB) field.
|

|
AsBoolean
|
Specifies the value of the parameter when it represents a boolean field.
|

|
AsByte
|
Specifies the value of the parameter when it represents a byte field.
|

|
AsBytes
|
Returns the value of the field parameter as TBytes.
|

|
AsCurrency
|
Specifies the value of the parameter when it represents a field of type Currency.
|

|
AsDate
|
Specifies the value of the parameter when it represents a date field.
|

|
AsDateTime
|
Specifies the value of the parameter when it represents a date-time field.
|

|
AsFloat
|
Specifies the value of the parameter when it represents a float field.
|

|
AsFMTBCD
|
Specifies the value of the parameter when it represents a binary-coded decimal (BCD) field with more than 4 decimal places or 20 significant digits.
|

|
AsInteger
|
Specifies the value of the parameter when it represents an integer field.
|

|
AsLargeInt
|
Specifies the value of the parameter when it represents a largeint field.
|

|
AsLongWord
|
Specifies the value of the parameter when it represents a longword field.
|

|
AsMemo
|
Specifies the value of the parameter when it represents a memo field.
|

|
AsShortInt
|
Specifies the value of the parameter when it represents a shortint field.
|

|
AsSingle
|
Specifies the value of the parameter when it represents a single field.
|

|
AsSmallInt
|
Specifies the value of the parameter when it represents a small integer field.
|

|
AsSQLTimeStamp
|
Specifies the value of the parameter when it represents an SQL timestamp field.
|

|
AsSQLTimeStampOffset
|
Represents property AsSQLTimeStampOffset.
|

|
AsString
|
Specifies the value of the parameter when it represents a string field.
|

|
AsTime
|
Specifies the value of the parameter when it represents a time field.
|

|
AsWideString
|
Specifies the value of the parameter when it represents a widestring field.
|

|
AsWord
|
Specifies the value of the parameter when it represents a word field.
|

|
Data
|
Represents property Data.
|

|
DataType
|
Indicates the type of field whose value the parameter represents.
|

|
Direction
|
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
|

|
IsNull
|
Indicates whether the value assigned to the parameter is NULL (blank).
|

|
IsNullable
|
Gets or sets a value that indicates whether the parameter accepts null values. IsNullable is not used to validate the parameter’s value and will not prevent sending or receiving a null value when executing a command.
|

|
Name
|
Specifies the name of the parameter.
|

|
ParameterIntf
|
Provides direct access to the ADO.Net DbParameter object.
|

|
Parameters
|
Provides a reference to the TDbParameters container.
|

|
ParamRefName
|
Represents property ParamRefName.
|

|
Precision
|
Specifies the number of digits allowed for a numeric parameter.
|

|
Scale
|
Specifies the number of decimal places for the parameter.
|

|
Size
|
Specifies the size of a string type parameter.
|

|
SourceColumn
|
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
|

|
SourceColumnNullMapping
|
Sets or gets a value which indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.
|

|
SourceVersion
|
Gets or sets the DataRowVersion to use when you load Value.
|

|
Text
|
Represents the value of the parameter as a string.
|

|
Value
|
Represents the value of the parameter as a Variant.
|