Class DatabaseSelectionContract
Represents a database selection
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class DatabaseSelectionContract : Object
Name | Description |
---|---|
DatabaseSelectionContract() |
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 |
UpdateTemplate | In case of a sequential number selection, the update of the unique number must be specified here |