We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121d710 commit 9ad2895Copy full SHA for 9ad2895
Dapper/SqlMapper.cs
@@ -263,8 +263,8 @@ public static void RemoveTypeMap(Type type)
263
/// <summary>
264
/// Determine if the specified type will be processed by a custom handler.
265
/// </summary>
266
- /// <param name="type"></param>
267
- /// <returns></returns>
+ /// <param name="type">The type to handle.</param>
+ /// <returns>Boolean value specifying whether the type will be processed by a custom handler.</returns>
268
public static bool HasTypeHandler(Type type) => typeHandlers.ContainsKey(type);
269
270
0 commit comments