BusinessLogicCommand 메서드

보호된 멤버 포함
상속된 멤버 포함

BusinessLogicCommand 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Cancel Cancels the execution of a BusinessLogicCommand.
공용 메서드 CreateParameter Creates a new instance of an IDbDataParameter object.
공용 메서드 Dispose Releases all resources used by the current instance of the BusinessLogicCommand.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 ExecuteNonQuery Executes a statement against a connection object.
공용 메서드 ExecuteReader() Executes the CommandText against the Connection, and returns an IDataReader.
공용 메서드 ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
공용 메서드 ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query.
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Prepare Creates a prepared version of the command on the data source.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

참고 항목

참조

BusinessLogicCommand 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스