PLinqServerModeSource.ElementType Property
Specifies the type of objects retrieved from a data source.
Namespace: DevExpress.Data.PLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[TypeConverter(typeof(PLinqServerModeSourceObjectTypeConverter))]
public Type ElementType { get; set; }
Property Value
Type | Description |
---|---|
Type | The type of objects retrieved from a data source. |
See Also