EntityFieldObject

Undocumented in source.

Constructors

this
this(EntityManager manager, string fieldName, string columnName, string tableName, T fieldValue, F owner)
Undocumented in source.

Members

Functions

fetchType
FetchType fetchType()
Undocumented in source. Be warned that the author may not have intended to support it.
getLazyData
LazyData getLazyData(Row row)
Undocumented in source. Be warned that the author may not have intended to support it.
isAggregateType
bool isAggregateType()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_entityInfo
EntityInfo!(T, F) _entityInfo;
Undocumented in source.
_manager
EntityManager _manager;
Undocumented in source.
_owner
F _owner;
Undocumented in source.
_value
T _value;
Undocumented in source.

Inherited Members

From IEntityFieldObject

getLazyData
LazyData getLazyData(Row row)
Undocumented in source.
fetchType
FetchType fetchType()
Undocumented in source.

Meta