IDataRecordExtensions Class

MNG Profiler

MNG.Direct Documentation
Members 


MNG.Profiler.Data.ADO.Extensions Namespace : IDataRecordExtensions Class
IDataRecordExtensions Class
Provides additional functionality to System.Data.IDataRecord. Allows for checking if a column exists and mapping a record to a user type.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public MustInherit NotInheritable Class IDataRecordExtensions 
'Usage
 
Dim instance As IDataRecordExtensions
[Extension()]
public static class IDataRecordExtensions 
[Extension()]
public ref class IDataRecordExtensions abstract sealed 
Inheritance Hierarchy

System.Object
   MNG.Profiler.Data.ADO.Extensions.IDataRecordExtensions

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