Skip to content

Commit 5c9be09

Browse files
vignesh.natarajan@syncfusion.comvignesh.natarajan@syncfusion.com
authored andcommitted
corrected
1 parent 6a00483 commit 5c9be09

File tree

1 file changed

+1
-1
lines changed
  • Binding MS SQL database using CustomAdaptor/Blazor Web app/Grid_MSSQL/Grid_MSSQL/Grid_MSSQL/Components/Pages

1 file changed

+1
-1
lines changed

Binding MS SQL database using CustomAdaptor/Blazor Web app/Grid_MSSQL/Grid_MSSQL/Grid_MSSQL/Components/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
/// <param name="DataManagerRequest">DataManagerRequest contains the information regarding paging, grouping, filtering, searching which is handled on the DataGrid component side</param>
6565
/// <param name="Key">An optional parameter that can be used to perform additional data operations.</param>
6666
/// <returns>The data collection's type is determined by how this method has been implemented.</returns>
67-
public override async Task<object> ReadAsync(DataManagerRequest DataManagerRequest, string key = null)
67+
public override async Task<object> ReadAsync(DataManagerRequest DataManagerRequest, string Key = null)
6868
{
6969
IEnumerable<Order> DataSource = await OrderService.GetOrdersAsync();
7070
// Handling Searching in Custom Adaptor.

0 commit comments

Comments
 (0)