C# 클래스 GraphView.GraphViewCommand

상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/GraphView 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetTsqlQuery string
OutputResult void

공개 메소드들

메소드 설명
Cancel ( ) : void
CreateParameter ( ) : void
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : System.Data.SqlClient.SqlDataReader
GraphViewCommand ( ) : System
GraphViewCommand ( string commandText ) : System
GraphViewCommand ( string commandText, GraphViewConnection connection ) : System
GraphViewCommand ( string commandText, GraphViewConnection connection, SqlTransaction transaction ) : System

비공개 메소드들

메소드 설명
GetTsqlQuery ( ) : string

Returns the translated T-SQL script. For testing only.

OutputResult ( string input, string output ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

CreateParameter() 공개 메소드

public CreateParameter ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( ) : int
리턴 int

ExecuteReader() 공개 메소드

public ExecuteReader ( ) : System.Data.SqlClient.SqlDataReader
리턴 System.Data.SqlClient.SqlDataReader

GraphViewCommand() 공개 메소드

public GraphViewCommand ( ) : System
리턴 System

GraphViewCommand() 공개 메소드

public GraphViewCommand ( string commandText ) : System
commandText string
리턴 System

GraphViewCommand() 공개 메소드

public GraphViewCommand ( string commandText, GraphViewConnection connection ) : System
commandText string
connection GraphViewConnection
리턴 System

GraphViewCommand() 공개 메소드

public GraphViewCommand ( string commandText, GraphViewConnection connection, SqlTransaction transaction ) : System
commandText string
connection GraphViewConnection
transaction System.Data.SqlClient.SqlTransaction
리턴 System