ApplicationUtilsFilterMatchingDbTypeConversions Method |
Filters the specified matching db type conversions specified as toFilter based on the specified maxlength, precision and scale.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static NETToDBTypeConversion FilterMatchingDbTypeConversions(
IEnumerable<NETToDBTypeConversion> toFilter,
int maxLength,
int precision,
int scale
)
Public Shared Function FilterMatchingDbTypeConversions (
toFilter As IEnumerable(Of NETToDBTypeConversion),
maxLength As Integer,
precision As Integer,
scale As Integer
) As NETToDBTypeConversion
Parameters
- toFilter
- Type: System.Collections.GenericIEnumerableNETToDBTypeConversion
To filter. - maxLength
- Type: SystemInt32
Length of the max. - precision
- Type: SystemInt32
The precision. - scale
- Type: SystemInt32
The scale.
Return Value
Type:
NETToDBTypeConversionthe single found conversion or if there are 0 or 2 or more, null
See Also