EntityKey.EntityNotValidKey 字段

定义

一个简单的 EntityKey,标识由失败的 TREAT 运算产生的实体。

public: static initonly System::Data::EntityKey ^ EntityNotValidKey;
public static readonly System.Data.EntityKey EntityNotValidKey;
 staticval mutable EntityNotValidKey : System.Data.EntityKey
Public Shared ReadOnly EntityNotValidKey As EntityKey 

字段值

注解

有多种方法可获得无效实体。 最常见的情况是实体 SQL 查询使用 TREAT 运算符将多态类型的实例解释为特定类型,并且有问题的实例不匹配。 (TREAT 类似于 C# as 运算符) 。 在这种情况下,查询返回无效实体,该实体的实体键设置为 EntityNotValidKey

适用于