ViewColumns field

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

Visual Basic syntax

Public Shared ReadOnly ViewColumns As String

C# syntax

public static readonly string ViewColumns;

Example 1

The following code fills a DataTable with the ViewColumns collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.ViewColumns );