Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENDataSourceFormatType Enumeration


In This Topic
    ENDataSourceFormatType Enumeration
    In This Topic
    Enumerates the data source formats
    Syntax
    'Declaration
     
    
    Public Enum ENDataSourceFormatType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDataSourceFormatType
    public enum ENDataSourceFormatType : System.Enum 
    Members
    MemberDescription
    AccessThe data source is stored in an Access file
    CsvThe data source is stored in a CSV file
    DataTableThe data source is stored in xml serielized data table
    ExcelThe data source is stored in a CSV file
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENDataSourceFormatType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also