Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCursorSchema クラス

 

GetSchemaTable メソッド

ULDataReader のカラムのスキーマが記述された System.Data.DataTable を返します。

構文
Visual Basic
Public Function GetSchemaTable() As DataTable
C#
public DataTable GetSchemaTable();
戻り値

カラムのスキーマが記述された System.Data.DataTable。

備考

詳細については、GetSchemaTable メソッドを参照してください。

参照