Partager via


EntityProviderFactory.IServiceProvider.GetService(Type) Méthode

Définition

Retourne la classe IServiceProvider demandée.

object IServiceProvider.GetService (Type serviceType);
Function GetService (serviceType As Type) As Object Implements IServiceProvider.GetService

Paramètres

serviceType
Type

Type à retourner.

Retours

Nouvelle instance de IServiceProvider. Les types pris en charge sont DbProviderServices , System.Data.Entity.Core.Common.DbCommandDefinitionBuilder et System.Data.IEntityAdapter . Retourne null (ou Nothing en Visual Basic) pour tous les autres types.

Implémente

S’applique à