LinqUtilsCreateObjectCreatorFuncInstanceTObject Method  | 
 
            Creates the object creator func instance for instantiating objects of type TObject using the default constructor
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static ObjectCreatorFunc<TObject> CreateObjectCreatorFuncInstance<TObject>()
Public Shared Function CreateObjectCreatorFuncInstance(Of TObject) As ObjectCreatorFunc(Of TObject)
Type Parameters
- TObject
 - The type of the object.
 
Return Value
Type: 
ObjectCreatorFuncTObject
            an instance of the ObjectCreatorFunc for the TObject type so quickly new TObject instances can be created..
            
See Also