Back to Devexpress

ODataServerModeSource.Properties Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odataservermodesource-cc7308fa.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue("")]
public string Properties { get; set; }
vb
<DefaultValue("")>
Public Property Properties As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

ODataServerModeSource Class

ODataServerModeSource Members

DevExpress.Data.ODataLinq Namespace