Exports a specified list of entities as a string, with the option to include metadata
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public string ExportEntities( IEnumerable<IEntity> entities = null, bool includeMetadata = true )
Parameters
- entities (Optional)
- Type: System.Collections.GenericIEnumerableIEntity
- includeMetadata (Optional)
- Type: SystemBoolean
Default is 'true'
Return Value
Type: StringSee Also