次の方法で共有


StoreGeneratedIdentityKeyConvention クラス

定義

整数の主キーを ID として構成する規約。

public class StoreGeneratedIdentityKeyConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.EntityType>
type StoreGeneratedIdentityKeyConvention = class
    interface IConceptualModelConvention<EntityType>
    interface IConvention
Public Class StoreGeneratedIdentityKeyConvention
Implements IConceptualModelConvention(Of EntityType)
継承
StoreGeneratedIdentityKeyConvention
実装

コンストラクター

StoreGeneratedIdentityKeyConvention()

整数の主キーを ID として構成する規約。

メソッド

Apply(EntityType, DbModel)

モデル内の項目にこの規則を適用します。

適用対象