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

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.v19.2.dll

Declaration

[DefaultValue("")]
public string Properties { get; set; }

Property Value

Type Default Description
String String.Empty

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

See Also