Share via


OdbcFunctionCall.ParametersUsed Property

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
'Usage
Dim instance As OdbcFunctionCall 
Dim value As Boolean 

value = instance.ParametersUsed

instance.ParametersUsed = value
public bool ParametersUsed { get; set; }
public:
property bool ParametersUsed {
    bool get ();
    void set (bool value);
}
public function get ParametersUsed () : boolean 
public function set ParametersUsed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OdbcFunctionCall Class

OdbcFunctionCall Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace