Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
「UL 拡張:」ULTable オブジェクトのデータベーステーブルを取得して直接操作します。
Public Function ExecuteTable() As ULTable
public ULTable ExecuteTable()
ULTable オブジェクトとしてのテーブル。
ULException クラス SQL エラーが発生しました。
InvalidOperationException コマンドのステータスは有効ではありません。ULCommand.Connection 値が見つからないか閉じている、ULCommand.Transaction 値が接続の現在のトランザクションのステータスに一致しない、または ULCommand.CommandText 値が無効です。
ULCommand.CommandText 値はテーブルの名前として解釈され、ULCommand.IndexName 値はテーブルのソート順の指定に使用できます。
ULCommand.CommandType 値は System.Data.CommandType.TableDirect に設定する必要があります。
ULCommand.IndexName 値が NULL 参照 (Visual Basic の Nothing) である場合は、プライマリキーを使用してテーブルが開かれます。そうでない場合は、ソート基準となるインデックスの名前として ULCommand.IndexName 値を使用してテーブルが開かれます。