Skip to main content

ODataServerModeSource.Properties Property

Specifies the semicolon-separated list of property names. When the list is not emply, only the listed properties and key fields will be loaded. Otherwise, all properties are loaded.

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public string Properties { get; set; }

Property Value

Type Description
String

A string containing the semicolon-separated list of property names.

See Also