Skip to content

Commit 9ad2895

Browse files
committed
XML love for SqlMapper.HasTypeHandler
1 parent 121d710 commit 9ad2895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dapper/SqlMapper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ public static void RemoveTypeMap(Type type)
263263
/// <summary>
264264
/// Determine if the specified type will be processed by a custom handler.
265265
/// </summary>
266-
/// <param name="type"></param>
267-
/// <returns></returns>
266+
/// <param name="type">The type to handle.</param>
267+
/// <returns>Boolean value specifying whether the type will be processed by a custom handler.</returns>
268268
public static bool HasTypeHandler(Type type) => typeHandlers.ContainsKey(type);
269269

270270
/// <summary>

0 commit comments

Comments
 (0)