4 references to SelectResult
System.Web (4)
UI\WebControls\ModelDataSourceView.cs (4)
415if (typeof(SelectResult) != selectMethodReturnType) { 754else if (returnValue is SelectResult) { 760var selectResult = (SelectResult)returnValue;