Search Results for

    Show / Hide Table of Contents

    Field Value

    Parameter value

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public string Value
    Returns
    Type Description
    System.String
    Remarks

    SQL Server:

    • Input parameter (Char, NChar, NVarchar, Varchar): if value is null, null is used. If value is an empty string, an empty string is used
    • Input parameter (BigInt, Bit, Decimal, Int, Numeric, SmallInt, TinyInt, UniqueIdentifier): if value is null or an empty string, null is used
    Oracle:
    • Input parameter (Char, NChar, NVarchar2, Varchar2): if value is null, null is used. If value is an empty string, an empty string is used

    Back to top Copyright © Kendox