IDynamicDataSource.AutoGenerateWhereClause 属性

定义

获取或设置一个值,该值指示控件是否IDynamicDataSource根据集合中Where定义的值动态创建WhereParameters子句。

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

属性值

如果数据源控件动态创建 子句,则为 /&;。

适用于