Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MigrationSqlGenerator::ProviderManifest Property

Entity Framework 6.0
 

Gets or sets the provider manifest.

Namespace:   System.Data.Entity.Migrations.Sql
Assembly:  EntityFramework (in EntityFramework.dll)

protected:
property DbProviderManifest^ ProviderManifest {
	[CompilerGeneratedAttribute]
	DbProviderManifest^ get();
	[CompilerGeneratedAttribute]
	void set(DbProviderManifest^ value);
}

Property Value

Type: System.Data.Entity.Core.Common::DbProviderManifest^

The provider manifest.

Return to top
Show: