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.4.0.0 (5.4.0)
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