Commit 9f61acde authored by Joao Silva's avatar Joao Silva

No need for dynamic remark on CHARP30 Directive since we don't have dynamic parameters here

parent b2a1e4c5
......@@ -447,7 +447,6 @@ public static int Execute(this IDbConnection cnn, string sql, object param)
/// <summary>
/// Executes a query, returning the data typed as per T
/// </summary>
/// <remarks>the dynamic param may seem a bit odd, but this works around a major usability issue in vs, if it is Object vs completion gets annoying. Eg type new <space> get new object</remarks>
/// <returns>A sequence of data of the supplied type; if a basic type (int, string, etc) is queried then the data from the first column in assumed, otherwise an instance is
/// created per row, and a direct column-name===member-name mapping is assumed (case insensitive).
/// </returns>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment