SqlServerMigrationSqlGenerator::Name 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.]
Generates a quoted name. The supplied name may or may not contain the schema.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId = L"0#")] protected: virtual String^ Name( String^ name )
Parameters
- name
- Type: System::String
The name to be quoted.
Show: