Initializes a new instance of the SaveOptions class
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public SaveOptions( string resourceName = null, DataService dataService = null, string tag = null )
Parameters
- resourceName (Optional)
- Type: SystemString
- dataService (Optional)
- Type: Breeze.SharpDataService
- tag (Optional)
- Type: SystemString
See Also