EntityProviderFactory Class

 

Class representing a provider factory for the entity client provider

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

System.Object
  System.Data.Common.DbProviderFactory
    System.Data.Entity.Core.EntityClient.EntityProviderFactory

[SuppressMessageAttribute("Microsoft.Usage", "CA2302", Justification = "We don't expect serviceType to be an Embedded Interop Types.")]
public sealed class EntityProviderFactory : DbProviderFactory, 
	IServiceProvider

NameDescription
System_CAPS_pubmethodCreateCommand()

Returns a new instance of the provider's class that implements the EntityCommand class.(Overrides DbProviderFactory.CreateCommand().)

System_CAPS_pubmethodCreateCommandBuilder()

Throws a NotSupportedException. This method is currently not supported.(Overrides DbProviderFactory.CreateCommandBuilder().)

System_CAPS_pubmethodCreateConnection()

Returns a new instance of the provider's class that implements the EntityConnection class.(Overrides DbProviderFactory.CreateConnection().)

System_CAPS_pubmethodCreateConnectionStringBuilder()

Returns a new instance of the provider's class that implements the EntityConnectionStringBuilder class.(Overrides DbProviderFactory.CreateConnectionStringBuilder().)

System_CAPS_pubmethodCreateDataAdapter()

Throws a NotSupportedException. This method is currently not supported.(Overrides DbProviderFactory.CreateDataAdapter().)

System_CAPS_pubmethodCreateDataSourceEnumerator()

(Inherited from DbProviderFactory.)

System_CAPS_pubmethodCreateParameter()

Returns a new instance of the provider's class that implements the EntityParameter class.(Overrides DbProviderFactory.CreateParameter().)

System_CAPS_pubmethodCreatePermission(PermissionState)

Throws a NotSupportedException. This method is currently not supported.(Overrides DbProviderFactory.CreatePermission(PermissionState).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticInstance

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.