Search Results for

    Show / Hide Table of Contents

    Class DBFExport

    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

    DBFExport()

    Declaration
    public DBFExport()

    Methods

    CreateConnection(string)

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

    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

    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

    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

    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

    TypeToDBFDbType(Type, int)

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

    TypeToDBFSqlType(Type, int)

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