TxtCommand Constructor | Initializes a new instance of the TxtCommand class. |
CommandText | Gets or sets the statement to execute at the data source. |
CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
CommandType | Gets or sets a value indicating how the CommandText property is to be interpreted. |
Connection | Gets or sets the TxtConnection used by this instance of the TxtCommand. |
SourceStream | Gets or sets a data stream from which data should be queried. |
ExecuteReader | Overloaded. Sends the CommandText to the Connection and builds an TxtDataReader. |