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.6.0.0 (5.6.19.0117)
Syntax bool 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