Ejemplo n.º 1
0
 public static string DisplayName([NotNull] this ITypeBase type)
 => type.FullName() + (type is IEntityType entityType && entityType.HasSharedClrType
Ejemplo n.º 2
0
 public static string DisplayName([NotNull] this ITypeBase type)
 => type.FullName();