
|
AddParameter
|
Adds a parameter to the collection.
|

|
ApplySQLParameterMarker(string)
|
Apply SQL parameter marker on the parameter name for the underlying provider.
|

|
AssignValues(TDbParameters)
|
Assigns parameter values from another parameters collection.
|

|
CreateParameter(String,TDataType,TParameterDirection,Integer,OleVariant)
|
Adds a parameter to the collection.
|

|
DoAppendParameters
|
Represents method DoAppendParameters.
|

|
DoInternalRefresh
|
Represents method DoInternalRefresh.
|

|
FindParam(String)
|
Locates the parameter with a given name.
|

|
GetAttr(Integer)
|
Represents method GetAttr(Integer).
|

|
GetAttrCount
|
Represents method GetAttrCount.
|

|
GetItemAttr(Integer,Integer)
|
Represents method GetItemAttr(Integer,Integer).
|

|
GetParamList(TList,String)
|
Fills a TList object with names of available parameters.
|

|
IsEqual(TDbParameters)
|
Indicates whether two TDbParameters objects have identical contents.
|

|
ParamByName(String)
|
Locates the parameter with a given name.
|

|
PreprocessSQL(string,Boolean)
|
Parses an SQL statement for parameters and TDbParameter objects.
|

|
Refresh
|
Refreshes a parameter collection.
|

|
Update(TCollectionItem)
|
Represents method Update(TCollectionItem).
|