Specifies whether any string within double quotes (") is treated as an identifier, and any string within single quotes (') is treated as a string literal.
'Declaration
Public Property DelimIdent As Boolean
public bool DelimIdent {get; set;}
Property Value
true, if any string within double quotes (") is treated as an identifier, and any string within single quotes (') is treated as a string literal; otherwise,
false.