EntityProviderFactory.Instance Field

 

A singleton object for the entity client provider factory object. This remains a public field (not property) because DbProviderFactory expects a field.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", 
	Justification = "EntityProviderFactory implements the singleton pattern and it's stateless.  This is needed in order to work with DbProviderFactories.")]
public static readonly EntityProviderFactory Instance