Property IncludeAll
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Search.Definitions
- Assembly
- MongoDB.EntityFrameworkCore.dll
IncludeAll
Indicates whether to include source for all fields. If this property is set, then IncludedFieldNames and ExcludedFieldNames are not used.
public bool? IncludeAll { get; set; }
Property Value
- bool?