ResourceProperty.CanReflectOnInstanceTypeProperty 属性

定义

获取一个值,用于指示是否可以通过声明资源实例类型上的反射来访问此属性。

public:
 property bool CanReflectOnInstanceTypeProperty { bool get(); void set(bool value); };
public bool CanReflectOnInstanceTypeProperty { get; set; }
member this.CanReflectOnInstanceTypeProperty : bool with get, set
Public Property CanReflectOnInstanceTypeProperty As Boolean

属性值

true 如果可以通过反射访问属性,则为 ;否则为 false

注解

CanReflectOnInstanceTypeProperty当 属性返回 true时,数据服务运行时使用反射来获取 有关 声明InstanceType的属性ResourceType信息。

CanReflectOnInstanceTypeProperty当 属性返回 false时,数据服务运行时使用 IDataServiceQueryProvider 接口来获取或设置此属性值。

适用于