IDbCommand 멤버
Represents a statement that is executed while an open connection to a data source exists.
IDbCommand 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Cancel | Attempts to cancel the execution of an IDbCommand. | |
CreateParameter | Creates a new instance of an IDataParameter object. | |
Dispose | (IDisposable에서 상속됩니다.) | |
ExecuteReader | Executes the CommandText against the Connection and builds an IDataReader. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CommandText | Gets or sets the text command to run against the data source. | |
CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. | |
CommandType | Indicates or specifies how the CommandText property is interpreted (as text, a stored procedure, etc.). | |
Parameters | Gets the IDataParameterCollection. | |
Transaction | Gets or sets the transaction in which the Command object of a SQL Server Reporting Services data provider executes. |
맨 위로 이동