DataTypeMapping.GetLength Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetLength(DrdaType, Int32) | |
| GetLength(SQLType, Int32, Int32) |
GetLength(DrdaType, Int32)
public:
static int GetLength(Microsoft::HostIntegration::Drda::Common::DrdaType drdaType, int baseLength);
public static int GetLength (Microsoft.HostIntegration.Drda.Common.DrdaType drdaType, int baseLength);
static member GetLength : Microsoft.HostIntegration.Drda.Common.DrdaType * int -> int
Parameters
- drdaType
- DrdaType
- baseLength
- Int32
Returns
Applies to
GetLength(SQLType, Int32, Int32)
public:
static int GetLength(Microsoft::HostIntegration::Drda::Common::SQLType sqlType, int fieldLength, int baseLength);
public static int GetLength (Microsoft.HostIntegration.Drda.Common.SQLType sqlType, int fieldLength, int baseLength);
static member GetLength : Microsoft.HostIntegration.Drda.Common.SQLType * int * int -> int
Parameters
- sqlType
- SQLType
- fieldLength
- Int32
- baseLength
- Int32