LinqDataSourceView.Where 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定要包含在检索数据中的记录必须满足的条件。
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 控件的属性时,也会为控件的 LinqDataSourceLinqDataSourceView Where 属性设置该值。 有关详细信息,请参阅 LinqDataSource.Where 属性。