Back to Devexpress

ODataServerModeSource.KeyExpression Property

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odataservermodesource-2b46f2dc.md

latest1.6 KB
Original Source

ODataServerModeSource.KeyExpression Property

Specifies the name of the key property.

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the key property name.

|

Remarks

Usually, the KeyExpression property specifies the name of the property mapped to the primary key column in the database.

To specify multiple columns of a composite key, pass the comma-separated or semicolon separated list of key column names to this property.

See Also

ODataServerModeSource Class

ODataServerModeSource Members

DevExpress.Data.ODataLinq Namespace