共用方式為


SqlServerPropertyExtensions.IsCompatibleWithValueGeneration 方法

定義

多載

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 如果相容,則為 。

適用於