Aracılığıyla paylaş


SqlServerIndexExtensions.GetSortInTempDbConfigurationSource Yöntem

Tanım

ConfigurationSource Dizinin tempdb'de sıralanıp sıralanmadığını döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetSortInTempDbConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetSortInTempDbConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetSortInTempDbConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)

Parametreler

index
IConventionIndex

Dizin.

Döndürülenler

Dizinin ConfigurationSource tempdb'de sıralanıp sıralanmadığı için.

Şunlara uygulanır