Skip to main content
All docs
V20.2

FetchRowsResult.Implicit(Object[] to FetchRowsResult) Operator

Converts the specified array of Object instances to a FetchRowsResult object.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static implicit operator FetchRowsResult(object[] rows)

Parameters

Name Type Description
rows Object[]

The object to be converted.

Returns

Type Description
FetchRowsResult

The result of conversion.

See Also