DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / ReturningTable Property

In This Topic
    ReturningTable Property (C1MagentoCommand)
    In This Topic
    The table that is returned when insert/update/delete with returning statement
    Syntax
    'Declaration
     
    Public Property ReturningTable As SourceTable
    public SourceTable ReturningTable {get; set;}
    See Also