In This Topic
Determines whether to quote all identifiers present in the database.
Syntax
'Declaration
Public Property QuoteIdentifier As Boolean
public bool QuoteIdentifier {get; set;}
Property Value
true, if database identifiers must be quoted; otherwise,
false. The default value is
false.
See Also