IAuthorizerCanBatchInsertEntitiesDirectly Method  | 
 
            Determines whether the caller is allowed to insert entities directly into the database 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxbool CanBatchInsertEntitiesDirectly(
	Type typeOfEntity
)
Function CanBatchInsertEntitiesDirectly ( 
	typeOfEntity As Type
) As Boolean
Parameters
- typeOfEntity
 - Type: SystemType
The type of the entity to batch insert instances of directly into the database. 
Return Value
Type: 
Booleantrue if the caller is allowed to perform the insert, false otherwise
See Also