Skip to main content
.NET 6.0+

ModelDifferenceAspect.Xml Property

Specifies the XML code of the current ModelDifferenceAspect object.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

[FieldSize(-1)]
public virtual string Xml { get; set; }
[FieldSize(-1)]
public string Xml { get; set; }

Property Value

Type Description
String

A string which is the XML code of the current model difference aspect.

Implements

See Also