Share via


SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Methode

Definition

Überlädt

IsCompatibleWithValueGeneration(IProperty)

Gibt einen Wert zurück, der angibt, ob die Eigenschaft mit jedem SqlServerValueGenerationStrategykompatibel ist.

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Gibt einen Wert zurück, der angibt, ob die Eigenschaft mit jedem SqlServerValueGenerationStrategykompatibel ist.

IsCompatibleWithValueGeneration(IProperty)

Gibt einen Wert zurück, der angibt, ob die Eigenschaft mit jedem SqlServerValueGenerationStrategykompatibel ist.

public static bool IsCompatibleWithValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsCompatibleWithValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Function IsCompatibleWithValueGeneration (property As IProperty) As Boolean

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

true wenn kompatibel.

Gilt für:

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Gibt einen Wert zurück, der angibt, ob die Eigenschaft mit jedem SqlServerValueGenerationStrategykompatibel ist.

public static bool IsCompatibleWithValueGeneration (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsCompatibleWithValueGeneration : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> bool
Public Function IsCompatibleWithValueGeneration (property As IReadOnlyProperty) As Boolean

Parameter

property
IReadOnlyProperty

Die Eigenschaft.

Gibt zurück

true wenn kompatibel.

Gilt für: