Imports the string result of a previously executed ExportEntities call.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public ImportResult ImportEntities( string exportedString, ImportOptions importOptions = null )
Parameters
- exportedString
- Type: SystemString
- importOptions (Optional)
- Type: Breeze.SharpImportOptions
Return Value
Type: ImportResultSee Also