Example #1
0
 public static string SetName([NotNull] this IConventionIndex index, [CanBeNull] string name, bool fromDataAnnotation = false)
 => index.SetName(Check.NullButNotEmpty(name, nameof(name)), fromDataAnnotation);