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ğ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
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
true uyumlu ise.