DatabaseSource.StoredProcedureParams Property

Definition

SQL StoredProcedure parameters.

public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> StoredProcedureParams { get; set; }
member this.StoredProcedureParams : System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> with get, set
Public Property StoredProcedureParams As IList(Of IDictionary(Of String, String))

Property Value

Applies to