ConventionTypeConfiguration.HasKey 方法 (IEnumerable<PropertyInfo>)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
為此實體類型設定主索引鍵屬性。
命名空間: System.Data.Entity.ModelConfiguration.Configuration
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Function HasKey ( _
keyProperties As IEnumerable(Of PropertyInfo) _
) As ConventionTypeConfiguration
'用途
Dim instance As ConventionTypeConfiguration
Dim keyProperties As IEnumerable(Of PropertyInfo)
Dim returnValue As ConventionTypeConfiguration
returnValue = instance.HasKey(keyProperties)
public ConventionTypeConfiguration HasKey(
IEnumerable<PropertyInfo> keyProperties
)
public:
ConventionTypeConfiguration^ HasKey(
IEnumerable<PropertyInfo^>^ keyProperties
)
member HasKey :
keyProperties:IEnumerable<PropertyInfo> -> ConventionTypeConfiguration
public function HasKey(
keyProperties : IEnumerable<PropertyInfo>
) : ConventionTypeConfiguration
參數
- keyProperties
類型:System.Collections.Generic.IEnumerable<PropertyInfo>
要當做主索引鍵使用的屬性。
傳回值
類型:System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
可以鏈結多個呼叫的相同 ConventionTypeConfiguration 執行個體。
備註
一旦設定後或如果任何屬性都不存在,呼叫它會沒有作用。