Nevron.Nov.Data Namespace / NGenericIEnumerableDataTable<T> Class


In This Topic
    NGenericIEnumerableDataTable<T> Class Properties
    In This Topic

    For a list of all members of this type, see NGenericIEnumerableDataTable<T> members.

    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddRow operation This implementation returns false, since objects cannot be added to IEnumerable.  
    Public PropertyOverridden. Determines whether the data table supports the InsertRow operation This implementation returns false, since objects cannot be inserted in IEnumerable.  
    Public PropertyOverridden. Determines whether the data table supports the RemoveRow operation. This implementation returns false, since objects cannot be removed from IEnumerable.  
    Top
    See Also