Different utilties for database-oriented operations  For internal use only
public static class Korzh.EasyQuery.Db.DbUtils
| Type | Name | Description | 
|---|
| Dictionary<String, Boolean> | sqlReservedKeywords |  | 
| Type | Name | Description | 
|---|
| Boolean | ContainNonAlphaSymbols( Strings) |  | 
| Boolean | ContainsAggregateFunctions( StringsqlExpr) | Determines whether SQL expression passed in parameter contains aggregate functions. | 
| DbType | DataTypeToDbType( DataTypedt) | Converts DataType enum value to corresponding DbType | 
| DataType | EdmxTypeToDataType( StringedmxType) | Converts type form EDMX file into DataTypeenumeration. | 
| Boolean | IsNonAlphaSymbol( Charc) |  | 
| Boolean | IsSQLKeyWord( Strings) |  | 
| Boolean | NeedQuoting( Strings) |  | 
| DataType | SqlServerTypeToDataType( StringsqlType) | Converts SQL Server data types to DataTypeenumeration. |