SqlServerPropertyExtensions.IsCompatibleWithValueGeneration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework