ProcedureParameters field

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

Visual Basic syntax

Public Shared ReadOnly ProcedureParameters As String

C# syntax

public static readonly string ProcedureParameters;

Example 1

The following code fills a DataTable with the ProcedureParameters collection.

                    DataTable schema = 
    GetSchema( SAMetaDataCollectionNames.ProcedureParameters );