public static int ExecuteQuery( string query, OrderedDictionary param, DbProvider provider, string connectionString, ref IZennoList list, string separator, bool throwExceptions )
Parameters
- query
Type: System.String
SQL query.
- param
Type: System.Collections.Specialized
Query parameters .
- provider
Type: ZennoLab.InterfacesLibrary.Enums.Db.DbProvider
Data provider type.
- connectionString
Type: System.String
Connection string.
- list
Type: ZennoLab.InterfacesLibrary.ProjectModel.IZennoList
List for result data.
- separator
Type: System.String
Field separator.
- throwExceptions
Type: System.Boolean
If true, exceptions will not be supressed. Default is false.
Return Value
Type: System.Int32
The number of rows affected.