Search Results for

    Show / Hide Table of Contents

    Class DataRetrieveCommandTypeEnum

    Defines the available methods to retrieve data from a database

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
    Syntax
    public sealed class DataRetrieveCommandTypeEnum : Enum

    Fields

    Name Description
    ExecuteNonQuery

    Method to insert, update or delete data, and to get out parameters

    ExecuteReader

    Method to retrieve a data set

    ExecuteScalar

    Method to retrieve a single value. For example: an aggregate value

    value__
    Back to top Copyright © Kendox