PropertyExtensions.GetProviderClrType(IProperty) Methode

Definition

Ruft den Typ ab, in den der Eigenschaftswert konvertiert wird, bevor er an den Datenbankanbieter gesendet wird.

public static Type GetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Type
<Extension()>
Public Function GetProviderClrType (property As IProperty) As Type

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Der Anbietertyp oder null , wenn keiner festgelegt wurde.

Gilt für: