SqlSyntax.QuoteName method

Quotes the specified identifier so that it can be used as a schema/table/column name even if it matches a keyword or has special characters.

public virtual string QuoteName(string name)

See Also