IExpandOptions<T>.AddExpand method (1 of 2)
Add a property to the expansion list.
public void AddExpand(string propertyName)
| parameter | description |
|---|---|
| propertyName | property name |
See Also
- interface IExpandOptions<T>
- namespace Amica
IExpandOptions<T>.AddExpand<TProperty> method (2 of 2)
Add a property to the expansion list.
public void AddExpand<TProperty>(Expression<Func<T, TProperty>> expression)
| parameter | description |
|---|---|
| TProperty | target property |
| expression |
See Also
- interface IExpandOptions<T>
- namespace Amica