MigrationSqlGenerator.ProviderManifest Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Gets or sets the provider manifest.

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

'Declaration
Protected Property ProviderManifest As DbProviderManifest 
	Get 
	Set
'Usage
Dim value As DbProviderManifest 

value = Me.ProviderManifest 

Me.ProviderManifest = value

Property Value

Type: System.Data.Entity.Core.Common.DbProviderManifest
The provider manifest.
Show: