Search Results for

    Show / Hide Table of Contents

    Class DBParameterContract

    Represents a database parameter for a custom stored procedure

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

    Name Description
    DBParameterContract()

    Fields

    Name Description
    DataType

    Parameter data type ParameterDataTypeEnum

    Direction

    Parameter direction ParameterDirectionTypeEnum

    Name

    Parameter name

    Precision

    Parameter precision

    Scale

    Parameter scale

    Size

    Parameter size

    Value

    Parameter value

    Back to top Copyright © Kendox