Search Results for

    Show / Hide Table of Contents

    Class AdbNpgsqlTableCommandService

    For a PostgreSQL® data source, implements an optional service that executes predefined table commands (truncate, drop, delete all rows). This class is normally not used directly by the user, but instead via TableCommand. You can however derive from this class (or from a base or descendant class) to customize the information for either the same .NET provider, or for a different but similar .NET provider.

    Also see HasTableCommandService, AdbNpgsqlTableInformationService, AdbNpgsqlDataSourceInformationService, AdbConnection and AdbProvider.

    Inheritance
    Object
    AdbTableCommandServiceBase
    AdbNpgsqlTableCommandService
    Implements
    IAdbTableCommandService
    Inherited Members
    AdbTableCommandServiceBase.Connection
    AdbTableCommandServiceBase.DeleteRowsAsync(String)
    AdbTableCommandServiceBase.DropTableAsync(String, Boolean)
    AdbTableCommandServiceBase.DropViewAsync(String, Boolean)
    AdbTableCommandServiceBase.TruncateTableAsync(String)
    Namespace: actionETL.Adb.NpgsqlExternal
    Assembly: actionETL.dll
    Syntax
    public class AdbNpgsqlTableCommandService : AdbTableCommandServiceBase, IAdbTableCommandService

    Methods

    Get()

    Gets a function that returns a new instance of AdbNpgsqlTableCommandService on each invocation, which is used when instantiating a new AdbProvider for accessing a PostgreSQL® data source.

    Declaration
    public static Func<IAdbConnection, IAdbTableCommandService> Get()
    Returns
    Type Description
    Func<IAdbConnection, IAdbTableCommandService>

    Implements

    IAdbTableCommandService

    See Also

    HasTableCommandService
    AdbNpgsqlTableInformationService
    AdbNpgsqlDataSourceInformationService
    AdbConnection
    AdbProvider
    In This Article
    Back to top Copyright © 2023 Envobi Ltd