Click or drag to resize

imbPropertyCollectionExtensionsaddObjectToMultikeys Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the object to multiple keys

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int addObjectToMultikeys(
	this PropertyCollection existing,
	Object data,
	bool skipExistingKeys,
	params Enum[] keys
)
Request Example View Source

Parameters

existing
Type: System.DataPropertyCollection
The existing.
data
Type: SystemObject
The data.
skipExistingKeys
Type: SystemBoolean
if set to true [skip existing keys].
keys
Type: SystemEnum
The keys to set this

Return Value

Type: Int32
Number of fields updated

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also