SqlCeMigrationSqlGenerator.Name(String) Method

Definition

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

protected override string Name (string name);
override this.Name : string -> string
Protected Overrides Function Name (name As String) As String

Parameters

name
String

The name to be quoted.

Returns

The quoted name.

Applies to