SqlServerPropertyExtensions.GetIdentityIncrement 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
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier) |
Returns the identity increment. |
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides) |
Returns the identity increment. |
GetIdentityIncrement(IProperty, StoreObjectIdentifier) |
Returns the identity increment. |
GetIdentityIncrement(IProperty) |
Returns the identity increment. |
GetIdentityIncrement(IReadOnlyProperty) |
Returns the identity increment. |
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)
Returns the identity increment.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parameters
- property
- IReadOnlyProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The identity increment.
Applies to
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)
Returns the identity increment.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Integer)
Parameters
- overrides
- IReadOnlyRelationalPropertyOverrides
The property overrides.
Returns
The identity increment.
Applies to
GetIdentityIncrement(IProperty, StoreObjectIdentifier)
Returns the identity increment.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parameters
- property
- IProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The identity increment.
Applies to
GetIdentityIncrement(IProperty)
Returns the identity increment.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IProperty) As Nullable(Of Integer)
Parameters
- property
- IProperty
The property.
Returns
The identity increment.
Applies to
GetIdentityIncrement(IReadOnlyProperty)
Returns the identity increment.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IReadOnlyProperty) As Nullable(Of Integer)
Parameters
- property
- IReadOnlyProperty
The property.
Returns
The identity increment.
Applies to
Entity Framework