Click or drag to resize

DataTableExtended Constructor (Type, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DataTableExtended class.

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public DataTableExtended(
	Type type,
	string title,
	string description = ""
)
Request Example View Source

Parameters

type
Type: SystemType
The type.
title
Type: SystemString
The title.
description (Optional)
Type: SystemString
The description.
See Also