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

In This Topic
    SetDefault(Int32) Method
    In This Topic
    Sets default integer value for columns.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDefault( _
       ByVal i As Integer _
    ) 
    public void SetDefault( 
       int i
    )

    Parameters

    i
    The new default value.
    See Also