ExecuteSql.ExecuteWithResults メソッド

定義

オーバーロード

名前 説明
ExecuteWithResults(String)

クエリを実行し、結果を含む DataTable を返す

ExecuteWithResults(StringCollection, Object)

指定された接続に対して tsql を実行し、DataTable で結果を返します

ExecuteWithResults(String, Object)

DataTable で結果を返す指定された接続に対して sql を実行する

ExecuteWithResults(StringCollection, Object, StatementBuilder)

Sql for the sql for the connection returning results in a DataTable this is a tsql for final results StatementBuilder holds info for additional processing needs and formating information the first tsqls in the list are executed without resulst, results are taken for the last tsql

ExecuteWithResults(String)

クエリを実行し、結果を含む DataTable を返す

public System.Data.DataTable ExecuteWithResults(string query);
member this.ExecuteWithResults : string -> System.Data.DataTable
Public Function ExecuteWithResults (query As String) As DataTable

パラメーター

query
String

返品

適用対象

ExecuteWithResults(StringCollection, Object)

指定された接続に対して tsql を実行し、DataTable で結果を返します

public static System.Data.DataTable ExecuteWithResults(System.Collections.Specialized.StringCollection query, object con);
static member ExecuteWithResults : System.Collections.Specialized.StringCollection * obj -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As StringCollection, con As Object) As DataTable

パラメーター

con
Object

返品

適用対象

ExecuteWithResults(String, Object)

DataTable で結果を返す指定された接続に対して sql を実行する

public static System.Data.DataTable ExecuteWithResults(string query, object con);
static member ExecuteWithResults : string * obj -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As String, con As Object) As DataTable

パラメーター

query
String
con
Object

返品

適用対象

ExecuteWithResults(StringCollection, Object, StatementBuilder)

Sql for the sql for the connection returning results in a DataTable this is a tsql for final results StatementBuilder holds info for additional processing needs and formating information the first tsqls in the list are executed without resulst, results are taken for the last tsql

public static System.Data.DataTable ExecuteWithResults(System.Collections.Specialized.StringCollection query, object con, Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder sb);
static member ExecuteWithResults : System.Collections.Specialized.StringCollection * obj * Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder -> System.Data.DataTable
Public Shared Function ExecuteWithResults (query As StringCollection, con As Object, sb As StatementBuilder) As DataTable

パラメーター

con
Object

返品

適用対象