SqlServerKeyExtensions.GetFillFactor 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
GetFillFactor(IReadOnlyKey) |
Returns the fill factor that the key uses. |
GetFillFactor(IReadOnlyKey, StoreObjectIdentifier) |
Returns the fill factor that the key uses. |
GetFillFactor(IReadOnlyKey)
- Source:
- SqlServerKeyExtensions.cs
Returns the fill factor that the key uses.
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> Nullable<int>
<Extension()>
Public Function GetFillFactor (key As IReadOnlyKey) As Nullable(Of Integer)
Parameters
- key
- IReadOnlyKey
The key.
Returns
The fill factor that the key uses
Applies to
GetFillFactor(IReadOnlyKey, StoreObjectIdentifier)
- Source:
- SqlServerKeyExtensions.cs
Returns the fill factor that the key uses.
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetFillFactor : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetFillFactor (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parameters
- key
- IReadOnlyKey
The key.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The fill factor that the key uses
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework