ExecutableEntity.Parameters Property
Gets a list of execute 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 ExecuteParameter)
public IList<ExecuteParameter> Parameters { get; }
public:
property IList<ExecuteParameter^>^ Parameters {
IList<ExecuteParameter^>^ get ();
}
member Parameters : IList<ExecuteParameter>
function get Parameters () : IList<ExecuteParameter>
Property Value
Type: System.Collections.Generic.IList<ExecuteParameter>
.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.