ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
IClientAsyncBulkResult.cs
1namespace Datalayer
2{
6 public interface IClientAsyncBulkResult
7 {
11 IBulkItem[] Items { get; }
12
17 }
18}
The IBulkItem interface.
Definition: IBulkItem.cs:9
The IClientAsyncBulkResult interface.
IBulkItem[] Items
Gets the items.
DLR_RESULT Result
Gets the result.
DLR_RESULT
The result.
Definition: Enums.cs:153