SqlServerIndexExtensions.GetIncludeProperties 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
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Returns included property names, or |
GetIncludeProperties(IReadOnlyIndex) |
Returns included property names, or |
GetIncludeProperties(IIndex) |
Returns included property names, or |
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
Returns included property names, or null
if they have not been specified.
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)
Parameters
- index
- IReadOnlyIndex
The index.
- storeObject
- StoreObjectIdentifier
The identifier of the store object.
Returns
The included property names, or null
if they have not been specified.
Applies to
GetIncludeProperties(IReadOnlyIndex)
Returns included property names, or null
if they have not been specified.
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex) As IReadOnlyList(Of String)
Parameters
- index
- IReadOnlyIndex
The index.
Returns
The included property names, or null
if they have not been specified.
Applies to
GetIncludeProperties(IIndex)
Returns included property names, or null
if they have not been specified.
public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IIndex) As IReadOnlyList(Of String)
Parameters
- index
- IIndex
The index.
Returns
The included property names, or null
if they have not been specified.
Applies to
Entity Framework