UL Ext: Represents the schema of an UltraLite result set.
Visual Basic syntaxPublic NotInheritable Class ULResultSetSchema Inherits ULCursorSchema
C# syntaxpublic sealed class ULResultSetSchema : ULCursorSchema
Base classes
MembersAll 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 (the NUMERIC SQL type). | |
| Returns the scale of the column identified by the specified column ID if the column is a numeric column (the NUMERIC SQL type). | |
| Returns the size of the column identified by the specified column ID if the column is a sized column (the BINARY or CHAR SQL types). | |
| 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 object. | |
| Returns the number of columns in the cursor. | |
| Checks whether the cursor schema is currently open. | |
| Returns the name of the cursor. |
RemarksThere 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.
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
