9. Understanding .NET Data Provider Connectivity : .NET Data Provider Classes : IngresMetaDataCollectionNames Class
 
Share this page                  
IngresMetaDataCollectionNames Class
The IngresMetaDataCollectionNames class presents information on metadata, such as tables, views, and columns. Each member of the class is a constant string suitable for use as collectionName argument for the IngresConnection.GetSchema method.
The collectionNames supported are:
Columns
Indexes
ProcedureParameters
Procedures
Tables
Views
IngresMetaDataCollectionNames Class Declaration
The IngresMetaDataCollectionNames Class can be declared as follows:
C#: public static class IngresMetaDataCollectionNames
VB.NET: Public Shared Class IngresMetaDataCollectionNames