Share via


OdbcFunctionCall.ParametersUsed Property

Gets or sets a value that indicates whether parentheses occur.

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 parentheses occur; otherwise, false.

.NET Framework Security

See Also

Reference

OdbcFunctionCall Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace