Search Results for

    Show / Hide Table of Contents

    Class DatabaseSelectionUpdateContract

    Represents an update of a database selection

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public class DatabaseSelectionUpdateContract : Object

    Name Description
    DatabaseSelectionUpdateContract()

    Fields

    Name Description
    DatabaseConnectionId

    Id of the corresponding database connection object

    Id

    Unique ID of this database selection

    IsUniqueNumberSelection

    Specifies whether it represents a sequential number selection

    NumberColumn

    Name of the column in which the sequential number is to be found

    Schema

    Database schema

    SearchAlias

    An alias that can be used for the search condition

    SelectionType

    The type of database selection, see DatabaseSelectionTypeEnum

    SelectTemplate

    SELECT statement

    Update

    Indicates what should be done with data, see UpdateEnum

    UpdateTemplate

    In case of a sequential number selection, the update of the unique number must be specified here

    Back to top Copyright © Kendox