EdmScalarPropertyAttribute的EntityKeyProperty属性及IsNullable 属性
Posted zbliao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EdmScalarPropertyAttribute的EntityKeyProperty属性及IsNullable 属性相关的知识,希望对你有一定的参考价值。
EdmScalarPropertyAttribute.EntityKeyProperty 属性
定义
取得或设定表示此属性是否为实体索引鍵之一部分的值。
C#
public bool EntityKeyProperty { get; set; }
属性值
表示此属性是否为实体索引鍵之一部分的值。
备注
由於實體索引鍵可以包含多個屬性,所以 EntityKeyProperty 可以對多個实体类型的屬性設定成 true。
和屬性EntityKeyProperty不能同時為true
, 因為索引鍵成員不能是。 null
IsNullable
通用于
.NET Framework
4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6 4.5.2 4.5.1 4.5 4.0 3.5
=====================================================================================================================
EdmScalarPropertyAttribute.IsNullable 属性
定义
取得或设定值,這個值表示此属性是否可以具有 null
值。
C#
public bool IsNullable { get; set; }
属性值
值,這個值表示此屬性是否可以具有 null
值。
备注
和屬性不能同時為true
。 IsNullable EntityKeyProperty
通用于
.NET Framework
4.8 4.7.2 4.7.1 4.7 4.6.2 4.6.1 4.6 4.5.2 4.5.1 4.5 4.0 3.5
以上是关于EdmScalarPropertyAttribute的EntityKeyProperty属性及IsNullable 属性的主要内容,如果未能解决你的问题,请参考以下文章