Repeater.SelectArguments Vlastnost

Definice

DataSourceSelectArguments Získá objekt, který Repeater ovládací prvek používá při načítání dat z ovládacího prvku zdroje dat.

protected:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
protected System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Protected ReadOnly Property SelectArguments As DataSourceSelectArguments

Hodnota vlastnosti

DataSourceSelectArguments

Objekt DataSourceSelectArguments použitý k načtení dat. Výchozí hodnota je Empty hodnota.

Poznámky

První volání objektu DataSourceSelectArguments volá metodu CreateDataSourceSelectArguments k vytvoření objektu Empty .

Platí pro

Viz také