PagedDataSource.DataSource Proprietà

Definizione

Ottiene o imposta l'origine dati.

public:
 property System::Collections::IEnumerable ^ DataSource { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable DataSource { get; set; }
member this.DataSource : System.Collections.IEnumerable with get, set
Public Property DataSource As IEnumerable

Valore della proprietà

Oggetto implementato IEnumerable che rappresenta l'origine dati.

Commenti

Utilizzare la DataSource proprietà per specificare o determinare l'origine dati in fase di paging.

Si applica a

Vedi anche