ProcedureStatementBodyBase.Parameters Property
Gets a list of parameters.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As IList(Of ProcedureParameter)
public IList<ProcedureParameter> Parameters { get; }
public:
property IList<ProcedureParameter^>^ Parameters {
IList<ProcedureParameter^>^ get ();
}
member Parameters : IList<ProcedureParameter>
function get Parameters () : IList<ProcedureParameter>
Property Value
Type: System.Collections.Generic.IList<ProcedureParameter>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.