MicroLite.Builder.SqlBuilder.Insert C# (CSharp) Method

Insert() public static method

Creates a new insert query builder.
public static Insert ( ) : IInsertIntoTable
return IInsertIntoTable
        public static IInsertIntoTable Insert()
        {
            return new InsertSqlBuilder(SqlCharacters.Current);
        }