IDynamicDataSource.Where 属性

定义

获取或设置一个值,该值指定由子句包含在检索数据 Where 中的记录必须为 true 的条件。

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 取决于使用的数据源。

适用于