Search Results for

    Show / Hide Table of Contents

    Field Size

    Parameter size

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public string Size
    Returns
    Type Description
    System.String
    Remarks
    • Size must be supplied for string data types
    • Size must be supplied for output and input/output parameters
    SQL Server:
    • Output parameter (Char, NChar, Varchar, NVarchar): If no size is supplied, default size 2000 is used
    • Input/output parameter (Char, NChar, Varchar, NVarchar): If no size is supplied, default size 2000 is used
    Oracle:
    • Output parameter (Char, NChar, NVarchar2, Varchar2): If no size is supplied, default size 2000 is used
    • Input/output parameter (Char, NChar, NVarchar2, Varchar2): If no size is supplied, default size 2000 is used
    Back to top Copyright © Kendox