DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SharedUtils Class / FilterReturningRows Method

In This Topic
    FilterReturningRows Method
    In This Topic
    Filter the rows present in the RETURNING clause
    Syntax
    'Declaration
     
    Public Shared Function FilterReturningRows( _
       ByVal ReturningTable As SourceTable, _
       ByVal insertStatement As InsertStatement _
    ) As SourceTable
    public static SourceTable FilterReturningRows( 
       SourceTable ReturningTable,
       InsertStatement insertStatement
    )

    Parameters

    ReturningTable
    insertStatement
    See Also