Click or drag to resize
Askia

IRecordEntitiesOwnerTEntityTypeItem Property

Finds a record entity by id

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
TEntityType this[
	int id
] { get; }

Parameters

id
Type: SystemInt32
Id of the record entity to find

Return Value

Type: TEntityType
Return the record entity with the specified id or null when not found
See Also