Click or drag to resize

PropertyCollectionExtendedAddRange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the range. When skipExisting booleans are true it applies [!:aceCommonTypes.enums.existingDataMode.overwriteExistingIfEmptyOrNull] for smarter data gathering

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AddRange(
	PropertyCollectionExtended source,
	bool skipExistingValues,
	bool skipExistingMeta,
	bool strictMetaKeyMatch
)
Request Example View Source

Parameters

source
Type: imbSCI.Core.collectionPropertyCollectionExtended
The source.
skipExistingValues
Type: SystemBoolean
if set to true [skip existing values].
skipExistingMeta
Type: SystemBoolean
if set to true it will keep existing PropertyEntry when overlapped with source
strictMetaKeyMatch
Type: SystemBoolean
If set to true it will not introduce new columns into data set. If false it will upgrade data set with not existing columns found at source
See Also