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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .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 方法

另请参见