C# Class System.Data.Entity.GenericProviderServices

Inheritance: DbProviderServices
Afficher le fichier Open project: dotnet/ef6tools

Méthodes publiques

Свойство Type Description
Instance GenericProviderServices

Méthodes protégées

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

Method Details

CreateDbCommandDefinition() protected méthode

protected CreateDbCommandDefinition ( DbProviderManifest providerManifest, DbCommandTree commandTree ) : DbCommandDefinition
providerManifest DbProviderManifest
commandTree DbCommandTree
Résultat DbCommandDefinition

GetDbProviderManifest() protected méthode

protected GetDbProviderManifest ( string manifestToken ) : DbProviderManifest
manifestToken string
Résultat DbProviderManifest

GetDbProviderManifestToken() protected méthode

protected GetDbProviderManifestToken ( Common.DbConnection connection ) : string
connection Common.DbConnection
Résultat string

Property Details

Instance public_oe static_oe property

public static GenericProviderServices,System.Data.Entity Instance
Résultat GenericProviderServices