WcfServerModeSource.ElementType Property
Specifies the type of objects retrieved from a data source.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[TypeConverter(typeof(WcfServerModeSourceObjectTypeConverter))]
public Type ElementType { get; set; }
Property Value
Type | Description |
---|---|
Type | 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