PRIMAVERA | Developers

    Show / Hide Table of Contents

    Enum StdBETipos.EnumTipoCampo

    Tipo de dados de um campo (equivalente ao tipo de dados SQL Server).

    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    public enum EnumTipoCampo

    Fields

    Name Description
    tcBigInt

    BIGINT.

    tcBit

    BIT.

    tcChar

    CHAR.

    tcDateTime

    DATETIME.

    tcDecimal

    DECIMAL.

    tcDesconhecido

    Desconhecido.

    tcFloat

    FLOAT.

    tcGUID

    GUID.

    tcImage

    IMAGE.

    tcInt

    INT.

    tcMoney

    MONEY.

    tcNChar

    NCHAR.

    tcNText

    NTEXT.

    tcNumeric

    NUMERIC.

    tcNVarchar

    NVARCHAR.

    tcReal

    REAL.

    tcSmallInt

    SMALLINT.

    tcText

    TEXT.

    tcTimeStamp

    TIMESTAMP.

    tcTinyInt

    TINYINT.

    tcVarBinary

    VARBINARY.

    tcVarchar

    VARCHAR.

    tcXML