Skip to main content

WcfServerModeSource.KeyExpression Property

Specifies the key expression.

Namespace: DevExpress.Data.WcfLinq

Assembly: DevExpress.Data.v23.1.dll

NuGet Package: DevExpress.Data

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