Create a table with the public properties of an object.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function FillMetaDataRowFromObject ( _
	type As Type, _
	dataTable As DataTable _
) As DataTable
C#
public static DataTable FillMetaDataRowFromObject(
	Type type,
	DataTable dataTable
)

Parameters

type
Type: System..::..Type
dataTable
Type: System.Data..::..DataTable

Return Value

See Also