SqlCeMigrationSqlGenerator.Name(String) 方法

定义

生成带引号的名称。 提供的名称可能包含架构,也可能不包含架构。

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

参数

name
String

要用引号括起的名称。

返回

带引号的名称。

适用于