PopulateBuilderField

Helper struct

Members

Aliases

RefDB
alias RefDB = ModelRef.TModel
Undocumented in source.

Functions

yes
PopulateRef[] yes()

Explicitly say this field is used

Mixins

__anonymous
mixin ForeignJoinHelper
Undocumented in source.
__anonymous
mixin DisallowOperators!("`PopulateBuilderField` on " ~ RefDB.stringof ~ "." ~ field.sourceColumn)
Undocumented in source.
__anonymous
mixin DynamicMissingMemberErrorHelper!("populate field", "`PopulateBuilderField` on " ~ RefDB.stringof ~ "." ~ field.sourceColumn)
Undocumented in source.

Mixed In Members

From mixin ForeignJoinHelper

this
this(string srcTableName, ConditionBuilderData* builderData)

Constructs this ForeignModelConditionBuilderField, operating on the given data pointer during its lifetime

From mixin DisallowOperators!("`PopulateBuilderField` on " ~ RefDB.stringof ~ "." ~ field.sourceColumn)

opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(R other)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin DynamicMissingMemberErrorHelper!("populate field", "`PopulateBuilderField` on " ~ RefDB.stringof ~ "." ~ field.sourceColumn)

opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta