mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update QueryableByObject.Select
This commit is contained in:
@@ -183,7 +183,7 @@ namespace SqlSugar
|
||||
}
|
||||
public QueryMethodInfo Select(string expShortName, FormattableString expSelect, Type resultType)
|
||||
{
|
||||
var method = QueryableObj.GetType().GetMyMethod("Select", 3, typeof(string),typeof(FormattableString),typeof(Type));
|
||||
var method = QueryableObj.GetType().GetMyMethodIsGenericMethod("Select", 3, typeof(string),typeof(FormattableString),typeof(Type));
|
||||
if (method.IsGenericMethodDefinition)
|
||||
{
|
||||
method = method.MakeGenericMethod(resultType);
|
||||
|
Reference in New Issue
Block a user