public static string ExecuteQuery( string query, OrderedDictionary param, DbProvider provider, string connectionString, string fieldSeparator, string rowSeparator )
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.
- fieldSeparator
Type: System.String
Field separator.
- rowSeparator
Type: System.String
Row separator. If null - System.Environment.NewLine.
Return Value
Type: System.String
Result string.