See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
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.ActionsHostingControl (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.
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 (); } |