C# Class GraphView.GraphViewCommand

Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/GraphView Class Usage Examples

Private Properties

Свойство Type Description
GetTsqlQuery string
OutputResult void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetTsqlQuery ( ) : string

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

OutputResult ( string input, string output ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

CreateParameter() public méthode

public CreateParameter ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( ) : int
Résultat int

ExecuteReader() public méthode

public ExecuteReader ( ) : System.Data.SqlClient.SqlDataReader
Résultat System.Data.SqlClient.SqlDataReader

GraphViewCommand() public méthode

public GraphViewCommand ( ) : System
Résultat System

GraphViewCommand() public méthode

public GraphViewCommand ( string commandText ) : System
commandText string
Résultat System

GraphViewCommand() public méthode

public GraphViewCommand ( string commandText, GraphViewConnection connection ) : System
commandText string
connection GraphViewConnection
Résultat System

GraphViewCommand() public méthode

public GraphViewCommand ( string commandText, GraphViewConnection connection, SqlTransaction transaction ) : System
commandText string
connection GraphViewConnection
transaction System.Data.SqlClient.SqlTransaction
Résultat System