Overload | Description |
---|---|
ExecuteNonQuery(String) | Execute a query and return the number of affected records |
ExecuteNonQuery(String,Dictionary<String,Object>) | Execute the passed query and return the number of affected records (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider) |