Constructs an empty EntityManager with a specified data service name.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- serviceName
- Type: SystemString
- metadataStore (Optional)
- Type: Breeze.SharpMetadataStore
Remarks
// Example: var em = new EntityManager("http://localhost:7150/breeze/NorthwindIBModel/")
See Also