Provides a constant for use with the ULConnection.GetSchema(String) that represents the Restrictions collection.
Public Shared ReadOnly Property Restrictions As String
public string Restrictions {get;}
A string representing the name of the Restrictions collection.
The following code fills a DataTable with the Restrictions collection.
' Visual Basic Dim schema As DataTable = _ conn.GetSchema( ULMetaDataCollectionNames.Restrictions ) |
The following code is the C# language equivalent:
// C# DataTable schema = conn.GetSchema( ULMetaDataCollectionNames.Restrictions ); |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |