DataTypes field

Provides a constant for use with the SAConnection.GetSchema(string) method that represents the DataTypes collection.

Visual Basic syntax

Public Shared ReadOnly DataTypes As String

C# syntax

public static readonly string DataTypes;

Example 1

The following code fills a DataTable with the DataTypes collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.DataTypes );