Exports a specified list of entities via a TextWriter, 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 TextWriter ExportEntities( IEnumerable<IEntity> entities, bool includeMetadata, TextWriter textWriter )
Parameters
- entities
- Type: System.Collections.GenericIEnumerableIEntity
- includeMetadata
- Type: SystemBoolean
- textWriter
- Type: System.IOTextWriter
Return Value
Type: TextWriterSee Also