TechTalks.DataAccessLayer.Dap.PostsDap.Insert C# (CSharp) Method

Insert() public method

public Insert ( IEnumerable models ) : void
models IEnumerable
return void
        public void Insert(IEnumerable<Posts> models)
        {
            Execute(SqlInsertCommand, models);
        }

Same methods

PostsDap::Insert ( Posts model ) : void