Click or drag to resize

PropertyDataStructureToolsbuildColumnDictionary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the consolidated column dictionary scanning all PropertyCollectionExtended items.

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static PropertyEntryDictionary buildColumnDictionary(
	this PropertyCollectionExtended source,
	PropertyEntryColumn obligatoryColumns,
	params Object[] __allowedColumns
)
Request Example View Source

Parameters

source
Type: imbSCI.Core.collectionPropertyCollectionExtended
obligatoryColumns
Type: imbSCI.Core.collectionPropertyEntryColumn
The obligatory columns.
__allowedColumns
Type: SystemObject
The allowed columns.

Return Value

Type: PropertyEntryDictionary
Set of columns ready to be used for DataTable creation and for similar tasks

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyCollectionExtended. 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).
Remarks

If __allowedColumns are not specified it will include any newly column found inside collection

See Also