EntityStoreSchemaGenerator(String, String, String) 构造函数

定义

初始化 EntityStoreSchemaGenerator 类的新实例。Initializes a new instance of the EntityStoreSchemaGenerator class.

public:
 EntityStoreSchemaGenerator(System::String ^ providerInvariantName, System::String ^ connectionString, System::String ^ namespaceName);
public EntityStoreSchemaGenerator (string providerInvariantName, string connectionString, string namespaceName);
new System.Data.Entity.Design.EntityStoreSchemaGenerator : string * string * string -> System.Data.Entity.Design.EntityStoreSchemaGenerator
Public Sub New (providerInvariantName As String, connectionString As String, namespaceName As String)

参数

providerInvariantName
String

提供程序的固定名称。The invariant name of a provider.

connectionString
String

用于打开数据库的连接。The connection used to open the database.

namespaceName
String

存储架构定义语言 (SSDL) 的命名空间名称。The namespace name for the store schema definition language (SSDL).

适用于