LikePredicate.OdbcEscape Property

Gets or sets a value that indicates whether the escape is defined by using Open Database Connectivity (ODBC) delimiters.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LikePredicate Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace