OdbcFunctionCall.Parameters Property

Gets the list of function 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 Expression)
public IList<Expression> Parameters { get; }
public:
property IList<Expression^>^ Parameters {
    IList<Expression^>^ get ();
}
member Parameters : IList<Expression>
function get Parameters () : IList<Expression>

Property Value

Type: System.Collections.Generic.IList<Expression>

.NET Framework Security

See Also

Reference

OdbcFunctionCall Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace