|
Clone
|
Makes one OracleClientCommand component a copy of another.
|
|
CreateOracleParameters(TOracleClientCommand)
|
Represents method CreateOracleParameters(TOracleClientCommand).
|
|
CreateParameters(TDbCommand)
|
Represents method CreateParameters(TDbCommand). (Overrides CNClrLib.ADONet.Client.TDbCommand.CreateParameters(TDbCommand).)
|
|
DoExecuteReader
|
Overloaded. Represents method DoExecuteReader. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoExecuteReader.)
|
|
DoExecuteReader(TCommandBehavior_Set)
|
Overloaded. Represents method DoExecuteReader(TCommandBehavior_Set). (Overrides CNClrLib.ADONet.Client.TDbCommand.DoExecuteReader(TCommandBehavior_Set).)
|
|
DoExecuteStream
|
Represents method DoExecuteStream.
|
|
DoExecuteXmlReader
|
Represents method DoExecuteXmlReader.
|
|
DoGetCloneCommand
|
Represents method DoGetCloneCommand. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoGetCloneCommand.)
|
|
DoGetCloneOracleCommand
|
Represents method DoGetCloneOracleCommand.
|
|
DoGetDbCommand
|
Represents method DoGetDbCommand. (Overrides CNClrLib.ADONet.Client.TDbCommand.DoGetDbCommand.)
|
|
DoOracleExecuteReader
|
Overloaded. Represents method DoOracleExecuteReader.
|
|
DoOracleExecuteReader(TCommandBehavior_Set)
|
Overloaded. Represents method DoOracleExecuteReader(TCommandBehavior_Set).
|
|
ExecuteReader
|
Executes the CommandText against the Connection component, and returns an OracleClientDataReader.
|
|
ExecuteReader(TCommandBehavior_Set)
|
Executes the CommandText against the Connection, and returns an OracleClientDataReader using one of the CommandBehavior values.
|
|
ExecuteStream
|
This method executes a command using the XmlCommandType and CommandText properties and returns the result as an XML document in a new Stream object.
|
|
ExecuteXmlReader
|
This method executes the command using the XmlCommandType and CommandText properties and returns the result as an XML document in a .NET XmlTextReader object.
|
|
FindParam(string)
|
Finds the parameter in Parameters property by a given name.
|
|
GetDbParameters
|
Represents method GetDbParameters. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetDbParameters.)
|
|
GetOracleConnection
|
Represents method GetOracleConnection.
|
|
GetParameterClass
|
Represents method GetParameterClass. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetParameterClass.)
|
|
GetParameterCollectionClass
|
Represents method GetParameterCollectionClass. (Overrides CNClrLib.ADONet.Client.TDbCommand.GetParameterCollectionClass.)
|
|
ParamByName(string)
|
Returns parameter by its name.
|
|
SetConnection(TDbConnection)
|
Overloaded. Represents method SetConnection(TDbConnection). (Overrides CNClrLib.ADONet.Client.TDbCommand.SetConnection(TDbConnection).)
|
|
SetDbParameters(TDbParameters)
|
Represents method SetDbParameters(TDbParameters). (Overrides CNClrLib.ADONet.Client.TDbCommand.SetDbParameters(TDbParameters).)
|
|
SetOracleConnection(TOracleClientConnection)
|
Represents method SetOracleConnection(TOracleClientConnection).
|