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


In This Topic
    NFilterDataTable Class Members
    In This Topic

    The following tables list the members exposed by NFilterDataTable.

    Public Constructors
     NameDescription
    Public ConstructorCreates the fitlter data source  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddRow operation  
    Public PropertyOverridden. Determines whether the data table supports the InsertRow operation  
    Public PropertyOverridden. Determines whether the data table supports the RemoveRow operation  
    Public PropertyOverridden. Gets the count of fields in the data source  
    Public PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the field index of the field with the specified name  
    Public MethodOverloaded. Overridden. Gets the type of the field at the specified index  
    Public MethodOverloaded. Overridden. Gets the value for a given [row:field]  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Adds a new field  
    Protected MethodOverloaded. Overridden. Adds a new row  
    Protected MethodOverridden. Inserts a new field  
    Protected MethodOverloaded. Overridden. Inserts a new row  
    Protected MethodOverridden. Removes all rows  
    Protected MethodOverridden. Removes a field  
    Protected MethodOverridden. Removes a row at the specified index  
    Protected MethodOverridden. Renames the specified field  
    Protected MethodOverridden. Sets the value for a given [row:field], if CanSetValue is true  
    Top
    See Also