RelationalModelExtensions.GetMaxIdentifierLength メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMaxIdentifierLength(IModel) |
ストア識別子に許容される最大長を返します。 |
GetMaxIdentifierLength(IReadOnlyModel) |
ストア識別子に許容される最大長を返します。 |
GetMaxIdentifierLength(IModel)
ストア識別子に許容される最大長を返します。
public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IModel) As Integer
パラメーター
- model
- IModel
識別子の最大長を取得するモデル。
戻り値
識別子の最大長。
適用対象
GetMaxIdentifierLength(IReadOnlyModel)
ストア識別子に許容される最大長を返します。
public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IReadOnlyModel) As Integer
パラメーター
- model
- IReadOnlyModel
識別子の最大長を取得するモデル。
戻り値
識別子の最大長。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework