Click or drag to resize

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.11.0.0 (5.11.23.1114)
Syntax
bool CanBatchInsertEntitiesDirectly(
	Type typeOfEntity
)

Parameters

typeOfEntity
Type: SystemType
The type of the entity to batch insert instances of directly into the database.

Return Value

Type: Boolean
true if the caller is allowed to perform the insert, false otherwise
See Also