VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / PrepareClrContext Method / PrepareClrContext(IVistaDBPipe) Method
The user-defined object to accept data issued by CLR Proc or trigger


In This Topic
    PrepareClrContext(IVistaDBPipe) Method
    In This Topic
    Prepare current context to use by CLR Proc or trigger The user-defined object to accept data issued by CLR Proc or trigger
    Syntax
    'Declaration
     
    
    Overloads Sub PrepareClrContext( _
       ByVal pipe As IVistaDBPipe _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim pipe As IVistaDBPipe
     
    instance.PrepareClrContext(pipe)
    void PrepareClrContext( 
       IVistaDBPipe pipe
    )

    Parameters

    pipe
    The user-defined object to accept data issued by CLR Proc or trigger
    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