Initializes a new instance of the ImportOptions class
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public ImportOptions( Nullable<MergeStrategy> mergeStrategy = null, bool shouldMergeMetadata = true )
Parameters
- mergeStrategy (Optional)
- Type: SystemNullableMergeStrategy
- shouldMergeMetadata (Optional)
- Type: SystemBoolean
See Also