dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / UnmappedElements Property

In This Topic
    UnmappedElements Property (SyncProviderAdapterConfiguration)
    In This Topic
    Gets or sets the array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
    Syntax
    'Declaration
     
    Public Property UnmappedElements As XmlElement()
    public XmlElement[] UnmappedElements {get; set;}

    Property Value

    The array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
    See Also