MetadataStoreAddDataService Method Breeze.sharp
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

public void AddDataService(
	DataService dataService,
	bool shouldOverwrite = false
)

Parameters

dataService
Type: Breeze.SharpDataService
shouldOverwrite (Optional)
Type: SystemBoolean
See Also

Reference