SqlServerIndexExtensions.GetIncludeProperties Method

Definition

Overloads

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Returns included property names, or null if they have not been specified.

GetIncludeProperties(IReadOnlyIndex)

Returns included property names, or null if they have not been specified.

GetIncludeProperties(IIndex)

Returns included property names, or null if they have not been specified.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

Returns included property names, or null if they have not been specified.

C#
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

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

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0

GetIncludeProperties(IReadOnlyIndex)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

Returns included property names, or null if they have not been specified.

C#
public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);

Parameters

index
IReadOnlyIndex

The index.

Returns

The included property names, or null if they have not been specified.

Applies to

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0

GetIncludeProperties(IIndex)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

Returns included property names, or null if they have not been specified.

C#
public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);

Parameters

index
IIndex

The index.

Returns

The included property names, or null if they have not been specified.

Applies to

Entity Framework Core 5.0 och andra versioner
Produkt Versioner
Entity Framework Core 3.0, 3.1, 5.0