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::Name Method (String^)

Entity Framework 6.0
 

Generates a quoted name. The supplied name may or may not contain the schema.

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

protected:
[SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", 
	MessageId = "0#")]
virtual String^ Name(
	String^ name
)

Parameters

name
Type: System::String^

The name to be quoted.

Return Value

Type: System::String^

The quoted name.

Return to top
Show: