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