ConventionPropertyExtensions.GetMaxLengthConfigurationSource メソッド

定義

の構成ソースを GetMaxLength(IProperty)返します。

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

パラメーター

property
IConventionProperty

構成ソースを検索するプロパティ。

戻り値

の構成ソース GetMaxLength(IProperty)

適用対象