NevronOpenVision
Nevron.Nov.Data Namespace / NGenericINIterableDataTable<T> Class
Fields Properties Methods


In This Topic
    NGenericINIterableDataTable<T> Class Members
    In This Topic

    The following tables list the members exposed by NGenericINIterableDataTable<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new data source that binds to the specfied enumerable.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddRow operation This implementation returns false, since objects cannot be added to INIterable.  
    Public PropertyOverridden. Determines whether the data table supports the InsertRow operation This implementation returns false, since objects cannot be inserted in INIterable.  
    Public PropertyOverridden. Determines whether the data table supports the RemoveRow operation. This implementation returns false, since objects cannot be removed from INIterable.  
    Top
    See Also