Skip to main content
A newer version of this page is available. .

LinqServerModeSource.ElementType Property

Specifies the type of objects retrieved from a data source.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v18.2.dll

Declaration

[DefaultValue(null)]
[TypeConverter(typeof(LinqServerModeSourceObjectTypeConverter))]
public Type ElementType { get; set; }

Property Value

Type Default Description
Type *null*

The type of objects retrieved from a data source.

See Also