Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static NETToDBTypeConversion FilterMatchingDbTypeConversions(
	IEnumerable<NETToDBTypeConversion> toFilter,
	int maxLength,
	int precision,
	int scale
)

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: NETToDBTypeConversion
the single found conversion or if there are 0 or 2 or more, null
See Also