Nevron Open Vision Documentation
Nevron.Nov.Text.Data Namespace / NAccessDataSourceFormat Class / LoadFromFile Method


In This Topic
    LoadFromFile Method (NAccessDataSourceFormat)
    In This Topic
    Creates a data source connection from the specified file name.
    Syntax
    'Declaration
     
    
    Public Overrides Function LoadFromFile( _
       ByVal fileName As System.String, _
       ByVal settings As NDataSourceLoadSettings _
    ) As NMailMergeDataSource
    'Usage
     
    
    Dim instance As NAccessDataSourceFormat
    Dim fileName As System.String
    Dim settings As NDataSourceLoadSettings
    Dim value As NMailMergeDataSource
     
    value = instance.LoadFromFile(fileName, settings)
    public override NMailMergeDataSource LoadFromFile( 
       System.string fileName,
       NDataSourceLoadSettings settings
    )

    Parameters

    fileName
    settings
    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