UL Ext: Represents the schema of an UltraLite result set.
Public NotInheritable Class ULResultSetSchema Inherits ULCursorSchema
public sealed class ULResultSetSchema : ULCursorSchema
All members of ULResultSetSchema class, including all inherited members.
Name | Description |
---|---|
Returns the column ID of the named column. | |
Returns the name of the column identified by the specified column ID. | |
Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). | |
Returns the scale of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). | |
Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR). | |
Returns the name of the column identified by the specified column ID. | |
Returns the UltraLite.NET data type of the column identified by the specified column ID. | |
Returns a System.Data.DataTable that describes the column schema of the ULDataReader. | |
Returns the number of columns in the cursor. | |
Checks whether the cursor schema is currently open. | |
Returns the name of the cursor. |
There is no constructor for this class. A ULResultSetSchema object is attached to a result set as its ULDataReader.Schema.
A result set schema is only valid while the data reader is open.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |