Udostępnij za pośrednictwem


SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Metoda

Definicja

Przeciążenia

IsCompatibleWithValueGeneration(IProperty)

Zwraca wartość wskazującą, czy właściwość jest zgodna z dowolnym SqlServerValueGenerationStrategyelementem .

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Zwraca wartość wskazującą, czy właściwość jest zgodna z dowolnym SqlServerValueGenerationStrategyelementem .

IsCompatibleWithValueGeneration(IProperty)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca wartość wskazującą, czy właściwość jest zgodna z dowolnym SqlServerValueGenerationStrategyelementem .

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

Parametry

property
IProperty

Właściwość.

Zwraca

true jeśli jest zgodny.

Dotyczy

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca wartość wskazującą, czy właściwość jest zgodna z dowolnym SqlServerValueGenerationStrategyelementem .

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

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

true jeśli jest zgodny.

Dotyczy