Click or drag to resize

PropertyCollectionExtendedGetStringDictionary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds dictionary with specified columns as key and value

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public Dictionary<string, string> GetStringDictionary(
	PropertyEntryColumn keyColumn = PropertyEntryColumn.entry_key,
	PropertyEntryColumn valueColumn = PropertyEntryColumn.entry_value
)
Request Example View Source

Parameters

keyColumn (Optional)
Type: imbSCI.Core.collectionPropertyEntryColumn
The key column.
valueColumn (Optional)
Type: imbSCI.Core.collectionPropertyEntryColumn
The value column.

Return Value

Type: DictionaryString, String
See Also