SqlCeMigrationSqlGenerator.Quote(String) Method

Definition

Quotes an identifier for SQL Server.

protected virtual string Quote (string identifier);
abstract member Quote : string -> string
override this.Quote : string -> string
Protected Overridable Function Quote (identifier As String) As String

Parameters

identifier
String

The identifier to be quoted.

Returns

The quoted identifier.

Applies to