EDMIService: Improve logging in GetDatatableFromCacheMethod
This commit is contained in:
parent
2a5e8b9186
commit
c3bfdb7ceb
@ -25,6 +25,9 @@ Namespace Methods.Database.GetDatatableFromCache
|
|||||||
Dim oFilterExpression As String = Utils.NotNull(pData.FilterExpression, String.Empty)
|
Dim oFilterExpression As String = Utils.NotNull(pData.FilterExpression, String.Empty)
|
||||||
Dim oSortByColumn As String = Utils.NotNull(pData.SortByColumn, String.Empty)
|
Dim oSortByColumn As String = Utils.NotNull(pData.SortByColumn, String.Empty)
|
||||||
|
|
||||||
|
Logger.Debug("Applying filter expression: [{0}]", oFilterExpression)
|
||||||
|
Logger.Debug("Applying sort expression: [{0}]", oSortByColumn)
|
||||||
|
|
||||||
Dim oFilteredRows = oDataTable.Select(oFilterExpression, oSortByColumn)
|
Dim oFilteredRows = oDataTable.Select(oFilterExpression, oSortByColumn)
|
||||||
Dim oFilteredTable As DataTable = Nothing
|
Dim oFilteredTable As DataTable = Nothing
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user