Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlServerMigrationSqlGenerator::Quote Method (String^)

Entity Framework 6.0
 

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.

Return to top
Show: