SqlCeMigrationSqlGenerator.Name Method (String)

 

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

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

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

Parameters

name
Type: System.String

The name to be quoted.

Return Value

Type: System.String

The quoted name.