Overload | Description |
---|---|
Insert(String,IEnumerable<Object>) | Insert a record into the table |
Insert(Table,IEnumerable<Object>) | Insert a record into the database using the passed table map |
Insert(String,Dictionary<String,Object>) | Insert a record into the table |
Insert(Table,Dictionary<String,Object>) | Insert a record into the database using the passed table map |
Insert<T>(T) | Insert a record into the database using the properties from the object |