SchemaObjectTableSource.ParametersUsed Property

Returns whether parentheses were used.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ParametersUsed As Boolean
public bool ParametersUsed { get; set; }
public:
property bool ParametersUsed {
    bool get ();
    void set (bool value);
}
member ParametersUsed : bool with get, set
function get ParametersUsed () : boolean
function set ParametersUsed (value : boolean)

Property Value

Type: System.Boolean
Returns true if there were parentheses, false otherwise.

Remarks

The length of the Parameters array is not enough to differentiate between parentheses not being used and parentheses with zero elements.

.NET Framework Security

See Also

Reference

SchemaObjectTableSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace