Click or drag to resize
LinqUtilsCheckIfImplicitCast Method
Checks if the cast from fromType to toType is an implicit cast.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static bool CheckIfImplicitCast(
	Type fromType,
	Type toType
)

Parameters

fromType
Type: SystemType
From type.
toType
Type: SystemType
To type.

Return Value

Type: Boolean
true if the cast is an implicit cast, false otherwise
See Also