
|
GetCount
|
Represents method GetCount.
|

|
GetDateTimeMode(Integer)
|
Gets the DateTimeMode for the column using the specified column position.
|

|
GetDateTimeMode(WideString)
|
Gets the DateTimeMode for the column using the specified column name.
|

|
GetItem(Integer)
|
Represents method GetItem(Integer).
|

|
GetItemArray
|
Gets all the values for this field through an array.
|

|
GetItemS(WideString)
|
Represents method GetItemS(WideString).
|

|
GetName(Integer)
|
Get the column name using the specified column position.
|

|
GetOriginalValue(Integer)
|
Get the value of a Field that existed in the record before any changes were made using the column position.
|

|
GetOriginalValue(WideString)
|
Indicates the value of a Field that existed in the record before any changes were made using the column name.
|

|
GetRecordSet
|
Represents method GetRecordSet.
|

|
GetSize(Integer)
|
Gets the maximum length of the recordset column using the column position.
|

|
GetSize(WideString)
|
Gets the maximum length of the recordset column using the column name.
|

|
GetType(Integer)
|
Gets the .Net data type of the recordset column using the column position.
|

|
GetType(WideString)
|
Gets the .Net data type of the recordset column using the column name.
|

|
GetUnderlyingValue(Integer)
|
Returns a Variant value that indicates the value of the Field using the column position.
|

|
GetUnderlyingValueGet(WideString)
|
Returns a Variant value that indicates the value of the Field using the column name.
|

|
GetValue(Integer)
|
Overloaded. Represents method GetValue(Integer).
|

|
GetValue(WideString)
|
Overloaded. Represents method GetValue(WideString).
|

|
HasAutoInc
|
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.
|

|
SetDateTimeMode(Integer,TDataSetDateTime)
|
Sets the DateTimeMode for the column using the specified column position.
|

|
SetDateTimeMode(WideString,TDataSetDateTime)
|
Sets the DateTimeMode for the column using the specified column name.
|

|
SetItem(Integer,Olevariant)
|
Represents method SetItem(Integer,Olevariant).
|

|
SetItemS(WideString,Olevariant)
|
Represents method SetItemS(WideString,Olevariant).
|

|
SetName(Integer,WideString)
|
Set the column name using the specified column position.
|

|
SetSize(Integer,Integer)
|
Sets the maximum length of the recordset column using the column position.
|

|
SetSize(WideString,Integer)
|
Sets the maximum length of the recordset column using the column name.
|

|
SetType(Integer,TFieldType)
|
Sets the .Net data type of the recordset column using the column position.
|

|
SetType(WideString,TFieldType)
|
Sets the .Net data type of the recordset column using the column name.
|

|
SetValue(Integer,Olevariant)
|
Overloaded. Represents method SetValue(Integer,Olevariant).
|

|
SetValue(WideString,Olevariant)
|
Overloaded. Represents method SetValue(WideString,Olevariant).
|