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

Get or set the type of the data source that the form expects to bind to.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public Type FormDataSourceType { get; set; }
Visual Basic
Public Property FormDataSourceType As Type
	Get
	Set
Visual C++
public:
property Type^ FormDataSourceType {
	Type^ get ();
	void set (Type^ value);
}

Property Value

Type: Type

See Also