Skip to main content
.NET 6.0+

ConvertXmlParameters.GetRealKey(String) Method

Determines the name by which a particular property appears in the current Application Model node’s differences.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string GetRealKey(
    string key
)

Parameters

Name Type Description
key String

A string representing the node’s property name.

Returns

Type Description
String

A string representing the name by which the specified property appears in the current Application Model node’s differences.

See Also