Skip to main content
A newer version of this page is available. .

ODataServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Property Value

Type Default Description
Type *null*

The type of objects retrieved from a data source.

Remarks

By default, the element type is retrieved automatically from the ODataServerModeSource.Query object. Use this property when it is required to change the type manually.

See Also