dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoaderOptions Class / RowsIdentified Property

In This Topic
    RowsIdentified Property
    In This Topic
    Gets or sets the name of the element in the XML file that is considered equivalent to a row in the table.
    Syntax
    'Declaration
     
    Public Property RowsIdentified As String
    public string RowsIdentified {get; set;}

    Property Value

    The name of the element in the XML file that is considered equivalent to a row in the table.
    Remarks
    Has effect only when data is loaded from xml.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also