OdsCommand Class Library  

OdsCommand Members

OdsCommand overview

Public Constructors

public constructorOdsCommand Constructor Initializes a new instance of the OdsCommand class.

Public Properties

public propertyCommandText Overridden. Gets or sets the statement to execute at the data source.
public propertyCommandTimeout Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
public propertyCommandType Overridden. Gets or sets a value indicating how the CommandText property is to be interpreted.
public propertyConnection Gets or sets the OdsConnection used by this instance of the OdsCommand.
public methodParameters This property is not supported.
public methodTransaction This property is not supported.
public methodUpdatedRowSource This property is not supported.

Public Methods

public methodCancel This method is not supported.
public methodCreateParameter This method is not supported.
public methodExecuteNonQuery This method is not supported.
public methodExecuteReader Overloaded. Sends the CommandText to the Connection and builds an OdsDataReader.
public methodExecuteScalar This method is not supported.
public methodPrepare This method is not supported.

See Also

OdsCommand Class | xPortTools.OdsClient Namespace