表示 EDM 实体集引用表达式。
继承层次结构
System.Object
Microsoft.Data.Edm.Library.EdmElement
Microsoft.Data.Edm.Library.Expressions.EdmEntitySetReferenceExpression
命名空间: Microsoft.Data.Edm.Library.Expressions
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Class EdmEntitySetReferenceExpression _
Inherits EdmElement _
Implements IEdmEntitySetReferenceExpression, IEdmExpression, IEdmElement
用法
Dim instance As EdmEntitySetReferenceExpression
public class EdmEntitySetReferenceExpression : EdmElement,
IEdmEntitySetReferenceExpression, IEdmExpression, IEdmElement
public ref class EdmEntitySetReferenceExpression : public EdmElement,
IEdmEntitySetReferenceExpression, IEdmExpression, IEdmElement
type EdmEntitySetReferenceExpression =
class
inherit EdmElement
interface IEdmEntitySetReferenceExpression
interface IEdmExpression
interface IEdmElement
end
public class EdmEntitySetReferenceExpression extends EdmElement implements IEdmEntitySetReferenceExpression, IEdmExpression, IEdmElement
EdmEntitySetReferenceExpression 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
EdmEntitySetReferenceExpression | 初始化 EdmEntitySetReferenceExpression 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
ExpressionKind | 获取此表达式的种类。 |
![]() |
Referenced | 获取或设置引用的实体集。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
扩展方法
名称 | 说明 | |
---|---|---|
![]() |
Errors | 获取属于此元素或此元素包含的元素的错误(如果有)。例如,结构类型的错误包括该类型本身的错误和其声明属性的错误。该方法不分析此元素所引用的元素。例如,属性的错误不包括其类型的错误。 (由 ValidationExtensionMethods 定义。) |
![]() |
IsBad | 指示此元素是否包含由 Errors(IEdmElement) 方法返回的错误。 (由 ValidationExtensionMethods 定义。) |
![]() |
IsEquivalentTo | 如果所比较的表达式在语义上等效于此表达式,则返回 true。 (由 EdmElementComparer 定义。) |
![]() |
Location | 获取指定项的位置。 (由 ExtensionMethods 定义。) |
![]() |
TryAssertType | 确定表达式的类型是否与提供的类型兼容。 (由 ExpressionTypeChecker 定义。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。