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