次の方法で共有


RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource メソッド

定義

の構成ソースを GetMaxIdentifierLength(IReadOnlyModel)返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetMaxIdentifierLengthConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetMaxIdentifierLengthConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetMaxIdentifierLengthConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

パラメーター

model
IConventionModel

構成ソースを検索するモデル。

戻り値

の構成ソース GetMaxIdentifierLength(IReadOnlyModel)

適用対象