SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Yöntem

Tanım

Aşırı Yüklemeler

IsCompatibleWithValueGeneration(IProperty)

Özelliğin herhangi bir ile uyumlu olup olmadığını belirten bir değer SqlServerValueGenerationStrategy döndürür.

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Özelliğin herhangi bir ile uyumlu olup olmadığını belirten bir değer SqlServerValueGenerationStrategy döndürür.

IsCompatibleWithValueGeneration(IProperty)

Özelliğin herhangi bir ile uyumlu olup olmadığını belirten bir değer SqlServerValueGenerationStrategy döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Boolean

true uyumlu ise.

Şunlara uygulanır

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Özelliğin herhangi bir ile uyumlu olup olmadığını belirten bir değer SqlServerValueGenerationStrategy döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Boolean

true uyumlu ise.

Şunlara uygulanır