File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/EFCore.PG/Infrastructure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public virtual NpgsqlDbContextOptionsBuilder MapRange(
118118 /// Maps a PostgreSQL enum type for use.
119119 /// </summary>
120120 /// <param name="enumName">The name of the PostgreSQL enum type to be mapped.</param>
121- /// <param name="schemaName">The name of the PostgreSQL schema in which the range is defined.</param>
121+ /// <param name="schemaName">The name of the PostgreSQL schema in which the enum is defined.</param>
122122 /// <param name="nameTranslator">The name translator used to map enum value names to PostgreSQL enum values.</param>
123123 public virtual NpgsqlDbContextOptionsBuilder MapEnum < T > (
124124 string ? enumName = null ,
@@ -132,7 +132,7 @@ public virtual NpgsqlDbContextOptionsBuilder MapEnum<T>(
132132 /// </summary>
133133 /// <param name="clrType">The CLR type of the enum.</param>
134134 /// <param name="enumName">The name of the PostgreSQL enum type to be mapped.</param>
135- /// <param name="schemaName">The name of the PostgreSQL schema in which the range is defined.</param>
135+ /// <param name="schemaName">The name of the PostgreSQL schema in which the enum is defined.</param>
136136 /// <param name="nameTranslator">The name translator used to map enum value names to PostgreSQL enum values.</param>
137137 public virtual NpgsqlDbContextOptionsBuilder MapEnum (
138138 Type clrType ,
You can’t perform that action at this time.
0 commit comments