Summary
Adds the data of the specified type.
- Namespace
- Cake
.Core - Containing Type
- ICakeDataService
Syntax
void Add<TData>(TData value) where TData : class
Type Parameters
Name | Description |
---|---|
TData | The data type. |
Parameters
Name | Type | Description |
---|---|---|
value | TData | The value of the data. |
Return Value
Type | Description |
---|---|
void |