Provides a constant for use with the ULConnection.GetSchema(String) that represents the Columns collection.
Visual Basic Public Shared Readonly Property Columns As String
C# public const string Columns { get;}
A string representing the name of the Columns collection.
The following code fills a DataTable with the Columns collection.
' Visual Basic Dim schema As DataTable = _ conn.GetSchema( ULMetaDataCollectionNames.Columns ) // C# DataTable schema = conn.GetSchema( ULMetaDataCollectionNames.Columns ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |