 | IEntityLoad Method |
Method for loading the entity
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool Load(
Object entityId
)
Function Load (
entityId As Object
) As Boolean
Parameters
- entityId
- Type: SystemObject
Id of the entity to load
Return Value
Type:
BooleanTrue if no errors encountered otherwise false
See Also