WcfServerModeSource.ElementType Property
Specifies the type of objects retrieved from a data source.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.2.dll
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 WcfServerModeSource.Query object. Use this property when it is required to change the type manually.
See Also