dotConnect for BigCommerce Documentation
Devart.Data Namespace / LoaderResult Structure
Members

LoaderResult Structure
Represents the result of loading a row to BigCommerce.
Syntax
'Declaration
 
Public Structure LoaderResult 
   Inherits System.ValueType
 
Remarks
In case of error, the ErrorText is returned. In case of success, the result row Id is returned.
Inheritance Hierarchy

System.Object
   System.ValueType
      Devart.Data.LoaderResult

See Also