Freigeben über


EntityFrameworkRelationalServicesBuilder.RelationalServices Feld

Definition

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne vorherige Ankündigung in jeder Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt in Ihrem Code verwenden und wissen, dass dies bei der Aktualisierung auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

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

Feldwert

Attribute

Hinweise

Dieses Wörterbuch wird nur für Tests und die Anbietervalidierung verfügbar gemacht. Es sollte nicht aus Anwendungscode verwendet werden.

Gilt für: