VisualBasicMigrationCodeGenerator.Quote Method (String)

 

Quotes an identifier using appropriate escaping to allow it to be stored in a string.

Namespace:   System.Data.Entity.Migrations.Design
Assembly:  EntityFramework (in EntityFramework.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.