Back to Devexpress

WcfServerModeSource.ElementType Property

corelibraries-devexpress-dot-data-dot-wcflinq-dot-wcfservermodesource.md

latest1.4 KB
Original Source

WcfServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace : DevExpress.Data.WcfLinq

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 WcfServerModeSource.Query object. Use this property when it is required to change the type manually.

See Also

WcfServerModeSource Class

WcfServerModeSource Members

DevExpress.Data.WcfLinq Namespace