ExpandOptions<T> class
Query expand options.
public class ExpandOptions<T> : IExpandOptions<T>
| parameter | description |
|---|---|
| T | Entity to expand. |
Public Members
| name | description |
|---|---|
| ExpandOptions() | The default constructor. |
| Expand { get; } | Expandable properties. |
| AddExpand(…) | Add a property name to the expansion list. |
| AddExpand<TProperty>(…) | Add a property to the expansion list. |
See Also
- interface IExpandOptions<T>
- namespace Amica