See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the list of DataSources that are shown on the form.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public List<DataSource> DataSources { get; }
Visual Basic
Public ReadOnly Property DataSources As List(Of DataSource)
	Get
Visual C++
public:
property List<DataSource^>^ DataSources {
	List<DataSource^>^ get ();
}

Property Value

Type: List<(Of <(<'DataSource>)>)>

See Also