ForeignKeys field

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

Visual Basic syntax

Public Shared ReadOnly ForeignKeys As String

C# syntax

public static readonly string ForeignKeys;

Example 1

The following code fills a DataTable with the ForeignKeys collection.

                    DataTable schema = GetSchema( SAMetaDataCollectionNames.ForeignKeys );