Sdílet prostřednictvím


EntityFrameworkServicesBuilder.CoreServices Pole

Definice

Jedná se o interní rozhraní API, které podporuje infrastrukturu Entity Framework Core a nepodléhá stejným standardům kompatibility jako veřejná rozhraní API. V libovolné verzi může být bez upozornění změněna nebo odebrána. Měli byste ho používat přímo v kódu pouze s mimořádnou opatrností a s vědomím, že při aktualizaci na novou verzi Entity Framework Core může dojít k selháním aplikace.

public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics> CoreServices;
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics> CoreServices;
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics> CoreServices;
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics>
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics>
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics>
Public Shared ReadOnly CoreServices As IDictionary(Of Type, EntityFrameworkServicesBuilder.ServiceCharacteristics) 
Public Shared ReadOnly CoreServices As IDictionary(Of Type, ServiceCharacteristics) 

Hodnota pole

Atributy

Poznámky

Tento slovník je zpřístupněn pouze pro účely testování a ověření zprostředkovatele. Nemělo by se používat z kódu aplikace.

Platí pro