Overload List
| Name | Description | |
|---|---|---|
| AddFieldFromExpressionAsync(String, String, String) | Adds a field on the fly. The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist. | |
| AddFieldFromExpressionAsync T (String, String, Func Response, T , String) | Adds a field on the fly. The field is added in the database model but the change is not persistent. If the app is closed, the field added on the fly does no longer exist. |
See Also