SqlDataSourceDesigner.SelectQuery Property
.NET Framework 3.0
Indicates that this SqlDataSourceDesigner supports select queries.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
[TypeConverterAttribute(typeof(SqlDataSourceQueryConverter))] public: property DataSourceOperation SelectQuery { DataSourceOperation get (); void set (DataSourceOperation value); }
/** @property */ public DataSourceOperation get_SelectQuery () /** @property */ public void set_SelectQuery (DataSourceOperation value)
public function get SelectQuery () : DataSourceOperation public function set SelectQuery (value : DataSourceOperation)
Not applicable.
Property Value
Select.For this implementation, setting the DeleteQuery property has no effect. The ProviderName property shadows the same property in the associated control, and is intended for internal use only.
Community Additions
ADD
Show: