Click or drag to resize

DBMSType Enumeration

The database type.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum DBMSType
Members
  Member nameValueDescription
SQLServer1Microsoft SQL-Server
Oracle2Oracle
MySQL3MySQL
UDB4IBM UDB
DotNet5 Microsoft .Net ObjectDataSource (e.g. DataTable) data source. This is primarly useful for generating syntactially correct filters for use with DataTable's, DataView's, etc.
See Also