LinqDataSourceSelectEventArgs Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da LinqDataSourceSelectEventArgs classe.
public:
LinqDataSourceSelectEventArgs(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ whereParameters, System::Collections::Specialized::IOrderedDictionary ^ orderByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ groupByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ orderGroupsByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ selectParameters);
public LinqDataSourceSelectEventArgs(System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string,object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string,object> groupByParameters, System.Collections.Generic.IDictionary<string,object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string,object> selectParameters);
new System.Web.UI.WebControls.LinqDataSourceSelectEventArgs : System.Web.UI.DataSourceSelectArguments * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Specialized.IOrderedDictionary * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.LinqDataSourceSelectEventArgs
Public Sub New (arguments As DataSourceSelectArguments, whereParameters As IDictionary(Of String, Object), orderByParameters As IOrderedDictionary, groupByParameters As IDictionary(Of String, Object), orderGroupsByParameters As IDictionary(Of String, Object), selectParameters As IDictionary(Of String, Object))
Parâmetros
- arguments
- DataSourceSelectArguments
Os valores que são passados pelo controlo databound determinam como os dados são paginados e ordenados. Para obter mais informações, consulte a propriedade Arguments.
- whereParameters
- IDictionary<String,Object>
A coleção de parâmetros usada para criar a cláusula Where. Para obter mais informações, consulte a propriedade WhereParameters.
- orderByParameters
- IOrderedDictionary
A coleção de parâmetros usada para criar a cláusula Order By. Para obter mais informações, consulte a propriedade OrderByParameters.
- groupByParameters
- IDictionary<String,Object>
A coleção de parâmetros usada para criar a cláusula Group By. Para obter mais informações, consulte a propriedade GroupByParameters.
- orderGroupsByParameters
- IDictionary<String,Object>
A coleção de parâmetros usada para criar a cláusula usada para ordenar dados agrupados. Para obter mais informações, consulte a propriedade OrderGroupsByParameters.
- selectParameters
- IDictionary<String,Object>
A coleção de parâmetros usada para criar a cláusula Select. Para obter mais informações, consulte a propriedade SelectParameters.