NReflectionObjectsDataTable<TItem> Class Methods
In This Topic
For a list of all members of this type, see NReflectionObjectsDataTable<TItem> members.
Public Methods
| | Name | Description |
 | GetFieldIndex | Overridden. Gets the column index of the column with the specified name |
 | GetFieldInfo | Overloaded. Overridden. Gets the type of the column at the specified index |
 | GetValue | Overloaded. Overridden. Gets the value for a given [row:col] |
Top
Protected Methods
| | Name | Description |
 | InitTypeInfo | Called to build type information about the type of objects contained in the data table. This implementation uses reflection to determine the public properties of the objects of the specified type. |
 | InsertRowCore | Overloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true |
 | SetValueCore | Overridden. Sets the value for a given [row:col], if CanSetValue is true |
Top
See Also