Creates a new instance of the Header class and populates it with Columns by parsing the type of data object.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public static Header FromDataType(
	Type dataType
)
Visual Basic
Public Shared Function FromDataType ( 
	dataType As Type
) As Header
Visual C++
public:
static Header^ FromDataType(
	Type^ dataType
)
F#
static member FromDataType : 
        dataType : Type -> Header 

Parameters

dataType
Type: System..::..Type
Type of data object.

Return Value

Type: Header
A new Header object

See Also