Property SplitOnCaseChange
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Search
- Assembly
- MongoDB.EntityFrameworkCore.dll
SplitOnCaseChange
If true, split tokens at case transitions (e.g., camelCase → camel, Case).
public bool? SplitOnCaseChange { get; init; }
Property Value
- bool?