A Sandcastle Documented Class Library
ExecuteQueryAsTableRows<(Of <(T>)>) メソッド (command, alias, timeout)
名前空間CFW.DatabaseConnectionExecuteQueryAsTableRows<(Of <(T>)>)(Command, String, Int32)
クエリーを実行してテーブル行タイプのリストを返す
宣言の構文
C#Visual BasicVisual C++
public virtual List<T> ExecuteQueryAsTableRows<T>(
	Command command,
	string alias,
	int timeout
)
where T : new(), AbstractTableRow
Public Overridable Function ExecuteQueryAsTableRows(Of T As {New, AbstractTableRow}) ( _
	command As Command, _
	alias As String, _
	timeout As Integer _
) As List(Of T)
public:
generic<typename T>
where T : gcnew(), AbstractTableRow
virtual List<T>^ ExecuteQueryAsTableRows(
	Command^ command, 
	String^ alias, 
	int timeout
)
ジェネリック テンプレート パラメータ
T

[Missing <typeparam name="T"/> documentation for "M:CFW.Database.Connection.ExecuteQueryAsTableRows``1(CFW.Database.Command,System.String,System.Int32)"]

パラメータ
command (Command)
実行するコマンド
alias (String)
テーブルに設定される別名
timeout (Int32)
タイムアウト時間
戻り値
コマンド実行結果

アセンブリ: CFW.Database (モジュール: CFW.Database) バージョン: 1.2.0.2 (1.2.0.2)