C# Class System.Data.Entity.GenericProviderServices

Inheritance: DbProviderServices
Mostra file Open project: dotnet/ef6tools

Public Properties

Property Type Description
Instance GenericProviderServices

Protected Methods

Method Description
CreateDbCommandDefinition ( DbProviderManifest providerManifest, DbCommandTree commandTree ) : DbCommandDefinition
GetDbProviderManifest ( string manifestToken ) : DbProviderManifest
GetDbProviderManifestToken ( Common.DbConnection connection ) : string

Method Details

CreateDbCommandDefinition() protected method

protected CreateDbCommandDefinition ( DbProviderManifest providerManifest, DbCommandTree commandTree ) : DbCommandDefinition
providerManifest DbProviderManifest
commandTree DbCommandTree
return DbCommandDefinition

GetDbProviderManifest() protected method

protected GetDbProviderManifest ( string manifestToken ) : DbProviderManifest
manifestToken string
return DbProviderManifest

GetDbProviderManifestToken() protected method

protected GetDbProviderManifestToken ( Common.DbConnection connection ) : string
connection Common.DbConnection
return string

Property Details

Instance public_oe static_oe property

public static GenericProviderServices,System.Data.Entity Instance
return GenericProviderServices