IFastSerializationTypeSurrogateSupportsType Method  | 
 
            Allows a surrogate to be queried as to whether a particular type is supported
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxbool SupportsType(
	Type type
)
Function SupportsType ( 
	type As Type
) As Boolean
Parameters
- type
 - Type: SystemType
The type being queried 
Return Value
Type: 
Booleantrue if the type is supported; otherwise false
See Also