Method GetCreateIndexOptionsConfigurationSource
- Namespace
- MongoDB.EntityFrameworkCore.Extensions
- Assembly
- MongoDB.EntityFrameworkCore.dll
GetCreateIndexOptionsConfigurationSource(IConventionIndex)
Gets the ConfigurationSource for the create index options of the index.
public static ConfigurationSource? GetCreateIndexOptionsConfigurationSource(this IConventionIndex index)
Parameters
indexIConventionIndexThe IConventionIndex to get the options for.
Returns
- ConfigurationSource?
The ConfigurationSource for the name of the index in the database.