ExpandOptions<T>.AddExpand method (1 of 2)
Add a property name to the expansion list.
public void AddExpand(string propertyName)
parameter | description |
---|---|
propertyName | property name |
See Also
- class ExpandOptions<T>
- namespace Amica
ExpandOptions<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 |
See Also
- class ExpandOptions<T>
- namespace Amica