See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether the data provided in the Execute event will be a collection and not a collection item.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool ReturnCollection { get; set; } |
Visual Basic |
---|
Public Property ReturnCollection As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ReturnCollection {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also