LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.AllowUserVariables property

Allows user-defined variables (prefixed with @) to be used in SQL statements.

public bool AllowUserVariables { get; set; }

See Also