Class to load a file into a table.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public class FileLoader
Visual Basic (Declaration)
Public Class FileLoader
Visual C++
public ref class FileLoader

Examples

CopyC#
FeatureImport fileLoader = new FileLoader(oleDBConnectionString);
CopyVB.NET
Dim fileLoader As FileLoader = New FileLoader(oleDBConnectionString)
CopyVBScript
Set fileLoader = CreateObject("HS.Sys.TheEnterprise.Common.Laserbear.FileLoader")

Inheritance Hierarchy

System..::.Object
  HS.Sys.TheEnterprise.Common.Laserbear..::.FileLoader

See Also