PropertyBuilderExtensions.AsSearchable method
Marks a property as searchable.
public static PropertyBuilder<string> AsSearchable(this PropertyBuilder<string> property,
Func<string?, IEnumerable<string>?> keywordsFunc)
parameter | description |
---|---|
property | The property to mark as searchable. |
keywordsFunc | Function calculation keywords for the property. |
See Also
- class PropertyBuilderExtensions
- namespace CyberCrypt.D1.EntityFramework