Class LookupInlineReferenceOptions<T>
public record LookupInlineReferenceOptions<T> : EntitySelectorOptions<T>, IEquatable<SelectorOptions<T>>, IEquatable<EntitySelectorOptions<T>>, IEquatable<LookupInlineReferenceOptions<T>> where T : IEntity<T>
Type Parameters
T
- Inheritance
-
LookupInlineReferenceOptions<T>
- Implements
- Inherited Members
Properties
IsReferenceData
Override "small, immutable set" heuristics.
public bool? IsReferenceData { get; set; }
Property Value
- bool?