Skip to main content

WcfServerModeSource.KeyExpression Property

Specifies the key expression.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public string KeyExpression { get; set; }

Property Value

Type Description
String

A string that specifies the key expression.

Remarks

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

wcfServerModeSource1.KeyExpression = "CustomerID";
See Also