Aracılığıyla paylaş


SqlServerPropertyExtensions.GetIsSparseConfigurationSource Yöntem

Tanım

Özelliğin ConfigurationSource sütununun seyrek olup olmadığını döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsSparseConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIsSparseConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsSparseConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametreler

property
IConventionProperty

Özellik.

Döndürülenler

ConfigurationSource özelliğin sütununun seyrek olup olmadığı için.

Şunlara uygulanır