Click or drag to resize

PropertyCollectionCategoryListTbuildDataTableForCategory Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the data table for category.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public DataTable buildDataTableForCategory(
	string category,
	T instance
)
Request Example View Source

Parameters

category
Type: SystemString
The category.
instance
Type: T
The instance.

Return Value

Type: DataTable
Exceptions
ExceptionCondition
NotImplementedException-- not implemented --
See Also