SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Method

Definition

Overloads

IsCompatibleWithValueGeneration(IProperty)

Returns a value indicating whether the property is compatible with any SqlServerValueGenerationStrategy.

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Returns a value indicating whether the property is compatible with any SqlServerValueGenerationStrategy.

IsCompatibleWithValueGeneration(IProperty)

Returns a value indicating whether the property is compatible with any 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

Parameters

property
IProperty

The property.

Returns

true if compatible.

Applies to

IsCompatibleWithValueGeneration(IReadOnlyProperty)

Returns a value indicating whether the property is compatible with any 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

Parameters

property
IReadOnlyProperty

The property.

Returns

true if compatible.

Applies to