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

Get the current data item specified by:
HostingControl (or data bound parent).DataSource - the top level data source.
HostingControl (or data bound parent).DataMember - the top level data member.
DataMember - the relative data member.
NOTE: Null will be returned in place of a deleted entity.

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

Syntax

C#
protected Object CurrentDataItem { get; }
Visual Basic
Protected ReadOnly Property CurrentDataItem As Object
	Get
Visual C++
protected:
property Object^ CurrentDataItem {
	Object^ get ();
}

Property Value

Type: Object

See Also