FetchRowsResult.Implicit(Object[] to FetchRowsResult) Operator
In This Article
Namespace: DevExpress.Data
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static implicit operator FetchRowsResult(object[] rows)
#Parameters
Name | Type |
---|---|
rows | Object[] |
#Returns
Type |
---|
Fetch |
See Also