Nevron.Nov.Data Namespace / NReflectionObjectsDataTable<TItem> Class


In This Topic
    NReflectionObjectsDataTable<TItem> Class Methods
    In This Topic

    For a list of all members of this type, see NReflectionObjectsDataTable<TItem> members.

    Public Methods
     NameDescription
    Public MethodOverridden. Gets the column index of the column with the specified name  
    Public MethodOverloaded. Overridden. Gets the type of the column at the specified index  
    Public MethodOverloaded. Overridden. Gets the value for a given [row:col]  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled 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.  
    Protected MethodOverloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true  
    Protected MethodOverridden. Sets the value for a given [row:col], if CanSetValue is true  
    Top
    See Also