Adds a DataService to this MetadataStore. If a DataService with the same serviceName
is already in the MetadataStore an exception will be thrown unless the 'shouldOverwrite'
parameter is set to 'true'.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- dataService
- Type: Breeze.SharpDataService
- shouldOverwrite (Optional)
- Type: SystemBoolean
See Also