Create a table with the public properties of an object.
Namespace:
Devolutions.UtilsAssembly: 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 ) |