MigSharp.DbAltererOptions.DbAltererOptions C# (CSharp) Method

DbAltererOptions() public method

Initializes default options.
public DbAltererOptions ( ) : System.Collections.Generic
return System.Collections.Generic
        public DbAltererOptions()
        {
            Validate = true;
        }