Search Results for

    Show / Hide Table of Contents

    Class DBFExport

    Exports a DataTable to a dBASE IV (.DBF) file via an OLE DB connection, creating the table and inserting rows while reporting progress and supporting cancellation.

    Inheritance
    object
    DBFExport
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Drawing.dll
    Syntax
    public class DBFExport

    Constructors

    View Source

    DBFExport()

    Declaration
    public DBFExport()

    Methods

    View Source

    CreateConnection(string)

    Declaration
    public static DbConnection CreateConnection(string folder)
    Parameters
    Type Name Description
    string folder
    Returns
    Type Description
    DbConnection
    View Source

    SaveToFile(DataTable, string, DataProgressEvent)

    Declaration
    public static void SaveToFile(DataTable ntable, string filename, DataProgressEvent eventprogress)
    Parameters
    Type Name Description
    DataTable ntable
    string filename
    DataProgressEvent eventprogress
    View Source

    SaveToFile(DataTable, string, DbConnection)

    Declaration
    public static void SaveToFile(DataTable ntable, string filename, DbConnection connection)
    Parameters
    Type Name Description
    DataTable ntable
    string filename
    DbConnection connection
    View Source

    SaveToFile(DataTable, string, DbConnection, int)

    Declaration
    public static void SaveToFile(DataTable ntable, string filename, DbConnection connection, int level)
    Parameters
    Type Name Description
    DataTable ntable
    string filename
    DbConnection connection
    int level
    View Source

    SaveToFile(DataTable, string, DbConnection, int, DataProgressEvent)

    Declaration
    public static void SaveToFile(DataTable ntable, string filename, DbConnection connection, int level, DataProgressEvent eventprogress)
    Parameters
    Type Name Description
    DataTable ntable
    string filename
    DbConnection connection
    int level
    DataProgressEvent eventprogress
    View Source

    TypeToDBFDbType(Type, int)

    Declaration
    public static DbType TypeToDBFDbType(Type valor, int level)
    Parameters
    Type Name Description
    Type valor
    int level
    Returns
    Type Description
    DbType
    View Source

    TypeToDBFSqlType(Type, int)

    Declaration
    public static string TypeToDBFSqlType(Type ntype, int length)
    Parameters
    Type Name Description
    Type ntype
    int length
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX