次の方法で共有


RelationalMaxIdentifierLengthConvention クラス

定義

データベースでサポートされるオブジェクト識別子の最大長を構成する規則。

public class RelationalMaxIdentifierLengthConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelInitializedConvention
type RelationalMaxIdentifierLengthConvention = class
    interface IModelInitializedConvention
    interface IConvention
Public Class RelationalMaxIdentifierLengthConvention
Implements IModelInitializedConvention
継承
RelationalMaxIdentifierLengthConvention
実装

注釈

詳細と例については、「 モデルの構築規則 」を参照してください。

コンストラクター

RelationalMaxIdentifierLengthConvention(Int32, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

RelationalMaxIdentifierLengthConvention の新しいインスタンスを作成します。

プロパティ

Dependencies

このサービスの依存関係。

MaxIdentifierLength

データベースでサポートされるオブジェクト識別子の最大長。

RelationalDependencies

このサービスのリレーショナル プロバイダー固有の依存関係。

メソッド

ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

モデルが初期化された後に呼び出されます。

適用対象