VistaDB 6
VistaDB.Provider Namespace / VistaDBPipe Class
Members


In This Topic
    VistaDBPipe Class
    In This Topic
    The data channel to send data from CLR Proc or CLR Trigger to the caller
    Syntax
    'Declaration
     
    
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.System_QueueDebugView`1)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    Public NotInheritable Class VistaDBPipe 
       Inherits System.Collections.Generic.Queue(Of VistaDBDataReader)
    'Usage
     
    
    Dim instance As VistaDBPipe
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.System_QueueDebugView`1)]
    [System.Diagnostics.DebuggerDisplay("Count = {Count}")]
    public sealed class VistaDBPipe : System.Collections.Generic.Queue<VistaDBDataReader> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Queue<T>
          VistaDB.Provider.VistaDBPipe

    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