SerializationReaderReadOptimizedType Method (Boolean) | 
 
            Returns a Type from the stream.
            
            Throws an exception if the Type cannot be found and throwOnError is true.
            
 
    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)
Syntaxpublic Type ReadOptimizedType(
	bool throwOnError
)
Public Function ReadOptimizedType ( 
	throwOnError As Boolean
) As Type
Parameters
- throwOnError
 - Type: SystemBoolean
 
Return Value
Type: 
TypeA Type instance.
See Also