Back to Devexpress

ODataServerModeSource.ElementType Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odataservermodesource.md

latest1.4 KB
Original Source

ODataServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(null)]
public Type ElementType { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ElementType As Type

Property Value

TypeDefaultDescription
Typenull

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

ODataServerModeSource Class

ODataServerModeSource Members

DevExpress.Data.ODataLinq Namespace