Skip to main content

PLinqServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace: DevExpress.Data.PLinq

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DefaultValue(null)]
public Type ElementType { get; set; }

Property Value

Type Default Description
Type null

The type of objects retrieved from a data source.

See Also