SqlServerMigrationSqlGenerator.Quote(String) 方法

定义

引用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

参数

identifier
String

要用引号括起的标识符。

返回

带引号的标识符。

适用于