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
- 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
- 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