dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataTable Class / UpdatingKeyFields Property

In This Topic
    UpdatingKeyFields Property (MySqlDataTable)
    In This Topic
    Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.
    Syntax
    'Declaration
     
    Public Shadows Property UpdatingKeyFields As String
    public new string UpdatingKeyFields {get; set;}

    Property Value

    The string containing list of key field names separated by semicolon.
    See Also