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

Id Field
Returns the ID of the corresponding row in the target table if the operation was peformed successfully.
Syntax
'Declaration
 
Public Id As Object
 

Field Value

The ID of the target object. An empty string if Success is false.
Remarks
Use the Success field to determine if the operation completed successfully for this object or there was and error.
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