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.
    See Also