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

WcfServerModeSource.KeyExpression Property

Specifies the key expression.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the key expression.

Remarks

In most instances, the KeyExpression property specifies the key field name:

wcfServerModeSource1.KeyExpression = "CustomerID";
See Also