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
如果兼容,则为 。