TxtCommand Class Library  

TxtCommand Members

TxtCommand overview

Public Constructors

public constructorTxtCommand Constructor Initializes a new instance of the TxtCommand class.

Public Properties

public propertyCommandText Gets or sets the statement to execute at the data source.
public propertyCommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
public propertyCommandType Gets or sets a value indicating how the CommandText property is to be interpreted.
public propertyConnection Gets or sets the TxtConnection used by this instance of the TxtCommand.
public propertySourceStream Gets or sets a data stream from which data should be queried.

Public Methods

public methodExecuteReader Overloaded. Sends the CommandText to the Connection and builds an TxtDataReader.

See Also

TxtCommand Class | xPortTools.TxtClient Namespace