ProviderType EnumerationDataBaseExecutors
The type of database provider(Oracle,SqlServer etc)
Supports Oracle,SqlServer now.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public enum ProviderType
Members

  Member nameValueDescription
Oracle0
SqlServer1
General2General Database(no support)
Remarks

See Also