SqlServerMigrationSqlGenerator::Quote Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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.
Show: