AuthorizerBaseCanBatchInsertEntitiesDirectly 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 public virtual bool CanBatchInsertEntitiesDirectly(
Type typeOfEntity
)
Public Overridable 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
Implements
IAuthorizerCanBatchInsertEntitiesDirectly(Type)See Also