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