SqlServerPropertyExtensions.IsCompatibleWithValueGeneration 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IsCompatibleWithValueGeneration(IProperty) |
傳回值,指出 屬性是否與任何 SqlServerValueGenerationStrategy 相容。 |
IsCompatibleWithValueGeneration(IReadOnlyProperty) |
傳回值,指出 屬性是否與任何 SqlServerValueGenerationStrategy 相容。 |
IsCompatibleWithValueGeneration(IProperty)
傳回值,指出 屬性是否與任何 SqlServerValueGenerationStrategy 相容。
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
參數
- property
- IProperty
屬性。
傳回
true
如果相容,則為 。
適用於
IsCompatibleWithValueGeneration(IReadOnlyProperty)
傳回值,指出 屬性是否與任何 SqlServerValueGenerationStrategy 相容。
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
參數
- property
- IReadOnlyProperty
屬性。
傳回
true
如果相容,則為 。