Summary
Gets the data of the specified type.
- Namespace
- Cake
.Core - Containing Type
- CakeDataService
Syntax
public TData Get<TData>() where TData : class
Type Parameters
| Name | Description |
|---|---|
| TData | The data type. |
Return Value
| Type | Description |
|---|---|
| TData | The value of the data. |
