Search Results for

    Show / Hide Table of Contents

    Class UserTableColumnInfoContract

    Represents the information of a column

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

    Name Description
    UserTableColumnInfoContract()

    Fields

    Name Description
    AutoIncrement

    Defines whether the column is an autoincrement column (identity column)

    CharacterLength

    Length of the column in characters

    DataLength

    Length of the column in bytes (only Oracle)

    DataType

    Data type of the column

    IsNullable

    Indicates whether a column allows NULLs

    Name

    Name of the column

    NumericPrecision

    Precision of numeric data

    NumericScale

    Scale of numeric data

    OrdinalPosition

    Ordinal position of column as created (starts with 1)

    Back to top Copyright © Kendox