DataTypeMapping.GetLength Method

Definition

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

Int32

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

Returns

Int32

Applies to