dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / LoaderResult Structure
Members

LoaderResult Structure
Represents the result of loading a row to Dynamics 365.
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

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