dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlLoader Class / SetDefault Method / SetDefault(String) Method
The new default value.

In This Topic
    SetDefault(String) Method
    In This Topic
    Sets default string value for columns.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDefault( _
       ByVal name As String _
    ) 
    public void SetDefault( 
       string name
    )

    Parameters

    name
    The new default value.
    See Also