SqlServerMigrationSqlGenerator.Quote Method (String)

 

Quotes an identifier for SQL Server.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

protected virtual string Quote(
	string identifier
)

Parameters

identifier
Type: System.String

The identifier to be quoted.

Return Value

Type: System.String

The quoted identifier.