The PetaPoco.Database.Execute method in C# is used to execute a SQL statement or a stored procedure in a database using the PetaPoco ORM framework. It allows developers to directly execute raw SQL queries or stored procedures without having to map the results to objects. The Execute method returns the number of rows affected by the executed SQL statement or stored procedure.
C# (CSharp) PetaPoco Database.Execute - 34 examples found. These are the top rated real world C# (CSharp) examples of PetaPoco.Database.Execute extracted from open source projects. You can rate examples to help us improve the quality of examples.