SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| IsCompatibleWithValueGeneration(IProperty) |
özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür. |
| IsCompatibleWithValueGeneration(IReadOnlyProperty) |
özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer döndürür. |
IsCompatibleWithValueGeneration(IProperty)
özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer 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
true uyumluysa.
Şunlara uygulanır
IsCompatibleWithValueGeneration(IReadOnlyProperty)
özelliğinin herhangi SqlServerValueGenerationStrategybir ile uyumlu olup olmadığını belirten bir değer 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
true uyumluysa.