Search Results for

    Show / Hide Table of Contents

    Class DbBatchCommand

    Inheritance
    object
    DbBatchCommand
    NpgsqlBatchCommand
    Namespace: System.Data.Common
    Assembly: Npgsql.dll
    Syntax
    public abstract class DbBatchCommand

    Properties

    | Improve this Doc View Source

    CommandText

    Declaration
    public abstract string CommandText { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    CommandType

    Declaration
    public abstract CommandType CommandType { get; set; }
    Property Value
    Type Description
    CommandType
    | Improve this Doc View Source

    DbParameterCollection

    Declaration
    protected abstract DbParameterCollection DbParameterCollection { get; }
    Property Value
    Type Description
    DbParameterCollection
    | Improve this Doc View Source

    Parameters

    Declaration
    public DbParameterCollection Parameters { get; }
    Property Value
    Type Description
    DbParameterCollection
    | Improve this Doc View Source

    RecordsAffected

    Declaration
    public abstract int RecordsAffected { get; }
    Property Value
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team