Columns field

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

Visual Basic syntax

Public Shared ReadOnly Columns As String

C# syntax

public static readonly string Columns;

Example 1

The following code fills a DataTable with the Columns collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.Columns );