Gets the data source with which this data source is associated.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected TDataSource DataSource { get; }
Visual Basic (Declaration)
Protected ReadOnly Property DataSource As TDataSource
Visual C++
protected:
property TDataSource DataSource {
	TDataSource get ();
}

See Also