VistaDB 6
VistaDB.DDA Namespace / IVistaDBPipe Interface / Send Method
The object to treat by caller


In This Topic
    Send Method (IVistaDBPipe)
    In This Topic
    May be called by CLR Proc or CLR Trigger to send data reader to the caller
    Syntax
    'Declaration
     
    
    Sub Send( _
       ByVal usersObject As System.Object _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBPipe
    Dim usersObject As System.Object
     
    instance.Send(usersObject)
    void Send( 
       System.object usersObject
    )

    Parameters

    usersObject
    The object to treat by caller
    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