MappingTrackerCheckIfIsKnownPlainSqlExpression Method  | 
 
            Checks whether the specified type is a known type used with a plain sql expression. It has been handled properly and assigned an alias so
            it is a known set.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic bool CheckIfIsKnownPlainSqlExpression(
	Type typeToCheck
)
Public Function CheckIfIsKnownPlainSqlExpression ( 
	typeToCheck As Type
) As Boolean
Parameters
- typeToCheck
 - Type: SystemType
 
Return Value
Type: 
Boolean
See Also