ODataServerModeSource.ElementType Property
In This Article
Specifies the type of objects retrieved from a data source.
Namespace: DevExpress.Data.ODataLinq
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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