Delegates adding of a new item created based on the specified parameters to the bound managed item collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
public Entity AddNewItem( params Object[] parameters ) |
| Visual Basic (Declaration) |
|---|
Public Function AddNewItem ( _ ParamArray parameters As Object() _ ) As Entity |
Parameters
- parameters
- Type: array<
System..::.Object
>[]()[]
List of custom parameters representing values that can be used for creating the new item.