ConvertXmlParameters.ContainsKey(String) Method
Determines if the current Application Model node’s differences contain the property with the specified name.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
key | String | A string representing the node’s property name. |
Returns
Type | Description |
---|---|
Boolean | true, if the current node’s differences contain the specified property; otherwise - false. |
See Also