Свойство | Тип | Описание | |
---|---|---|---|
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, |
||
GraphViewCommand ( string commandText, |
Метод | Описание | |
---|---|---|
GetTsqlQuery ( ) : string |
Returns the translated T-SQL script. For testing only.
|
|
OutputResult ( string input, string output ) : void |
public ExecuteReader ( ) : System.Data.SqlClient.SqlDataReader | ||
Результат | System.Data.SqlClient.SqlDataReader |
public GraphViewCommand ( string commandText ) : System | ||
commandText | string | |
Результат | System |
public GraphViewCommand ( string commandText, |
||
commandText | string | |
connection | ||
Результат | System |
public GraphViewCommand ( string commandText, |
||
commandText | string | |
connection | ||
transaction | ||
Результат | System |