NevronOpenVision
Nevron.Nov.Data Namespace / NMemoryDataTable Class
Fields Properties Methods


In This Topic
    NMemoryDataTable Class Members
    In This Topic

    The following tables list the members exposed by NMemoryDataTable.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddField operation  
    Public PropertyOverridden. Determines whether you can execute the AddRow operation  
    Public PropertyOverridden. Determines whether the data table supports the InsertField operation  
    Public PropertyOverridden. Determines whether you can execute the InsertRow operation  
    Public PropertyOverridden. Determines whether the data table supports the RemoveField operation  
    Public PropertyOverridden. Determines whether you can execute the RemoveRow operation  
    Public PropertyOverridden. Determines whether the data table supports the RenameField operation  
    Public PropertyOverridden. Gets the count of columns  
    Public PropertyOverridden. Gets the count of rows  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodOverridden. Gets the index of the field with the specified name  
    Public MethodOverloaded. Overridden. Gets interfation for the field at the specified index  
    Public MethodOverloaded. Overridden. Gets a value at the specified index  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Adds a new field  
    Protected MethodOverloaded. Overridden. Adds a row with default values  
    Protected MethodOverridden. Inserts a new field at the specified index  
    Protected MethodOverloaded. Overridden. Inserts a new row with column default values, at the specified index, if CanInsertRow is true  
    Protected MethodOverridden. Removes all rows  
    Protected MethodOverridden. Removes the field at the specified index  
    Protected MethodOverridden. Removes a row at the specified index, if CanRemoveRow is true  
    Protected MethodOverridden.   
    Protected MethodOverridden. Sets a value at the specified index  
    Top
    See Also