Back to Devexpress

ODataServerModeSource.KeyExpressions Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odataservermodesource-76eb2eec.md

latest1.1 KB
Original Source

ODataServerModeSource.KeyExpressions Property

For internal use.

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public string[] KeyExpressions { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property KeyExpressions As String()

Property Value

TypeDefault
String[]null

See Also

ODataServerModeSource Class

ODataServerModeSource Members

DevExpress.Data.ODataLinq Namespace