IDynamicDataSource.Where 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定对于以下情况必须为真的条件:即要将记录包含在 Where
子句检索到的数据中。
public:
property System::String ^ Where { System::String ^ get(); void set(System::String ^ value); };
public string Where { get; set; }
member this.Where : string with get, set
Public Property Where As String
属性值
用于创建 Where
子句的值。
注解
子句的特定语法 Where
取决于使用的数据源。