EDataProviderType Enumeration

MNG Profiler

MNG.Direct Documentation


MNG.Profiler.Data Namespace : EDataProviderType Enumeration
EDataProviderType Enumeration
Indicates the type of data source is being used.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum EDataProviderType 
   Inherits System.Enum
'Usage
 
Dim instance As EDataProviderType
[Flags()]
public enum EDataProviderType : System.Enum 
[Flags()]
public enum class EDataProviderType : public System.Enum 
Members
MemberDescription
ADOADO.NET.
EntityFrameworkEntity Framework.
TextText File.
UnspecifiedUnknown data source.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MNG.Profiler.Data.EDataProviderType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also