DataTypeMapping.GetPrecision 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
| GetPrecision(SQLType, Int32, Int32) | |
| GetPrecision(SQLType, Int32) |
GetPrecision(SQLType, Int32, Int32)
public:
static int GetPrecision(Microsoft::HostIntegration::Drda::Common::SQLType sqlType, int fieldLength, int basePrecision);
public static int GetPrecision (Microsoft.HostIntegration.Drda.Common.SQLType sqlType, int fieldLength, int basePrecision);
static member GetPrecision : Microsoft.HostIntegration.Drda.Common.SQLType * int * int -> int
Parameters
- sqlType
- SQLType
- fieldLength
- Int32
- basePrecision
- Int32
Returns
Applies to
GetPrecision(SQLType, Int32)
public:
static int GetPrecision(Microsoft::HostIntegration::Drda::Common::SQLType sqlType, int basePrecision);
public static int GetPrecision (Microsoft.HostIntegration.Drda.Common.SQLType sqlType, int basePrecision);
static member GetPrecision : Microsoft.HostIntegration.Drda.Common.SQLType * int -> int
Parameters
- sqlType
- SQLType
- basePrecision
- Int32