| 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; }
ReadOnly Default Property Item (
id As Integer
) As TEntityType
Get
property TEntityType default[int id] {
TEntityType get (int id);
}
Parameters
- id
- Type: SystemInt32
Id of the record entity to find
Return Value
Type:
TEntityTypeReturn the record entity with the specified id or null when not found
See Also