SqlCeMigrationSqlGenerator.Name Method (String)
Generates a quoted name. The supplied name may or may not contain the schema.
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.