FetchRowsResult.Implicit(Object[] to FetchRowsResult) Operator
In This Article
The implicit conversion operator.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static implicit operator FetchRowsResult(object[] rows)
#Parameters
Name | Type | Description |
---|---|---|
rows | Object[] | Fetched rows. |
#Returns
Type | Description |
---|---|
Fetch |
The result of the fetch rows operation. |
See Also