Skip to main content
A newer version of this page is available.
All docs
V19.1

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.v19.1.dll

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