TechTalks.DataAccessLayer.Dap.PostsDap.Insert C# (CSharp) Méthode

Insert() public méthode

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

Same methods

PostsDap::Insert ( Posts model ) : void