Click or drag to resize

PropertyCollectionExtended  Conversion (PropertyCollectionExtended to DataTable)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Performs an implicit conversion from PropertyCollectionExtended to DataTable.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static implicit operator DataTable (
	PropertyCollectionExtended pce
)
Request Example View Source

Parameters

pce
Type: imbSCI.Core.collectionPropertyCollectionExtended
The pce.

Return Value

Type: DataTable
The result of the conversion.
See Also