In This Topic
Gets the character used to prefix parameters in SQL statements for the specific SQL dialect.
Syntax
'Declaration
Public ReadOnly Property ParameterChar As String
public string ParameterChar {get;}
Property Value
A
System.String representing the character used to prefix parameters in SQL statements.
See Also