Skip to main content

FetchRowsResult.Implicit(Object[] to FetchRowsResult) Operator

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
FetchRowsResult

The result of the fetch rows operation.

See Also