dotConnect for Mailchimp Documentation
Devart.Data Namespace
/
LoaderResult Structure
/ Id Field
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Syntax
Remarks
See Also
What's New
Getting Started
General Information
Working with Data
Metadata
Entity Framework
Integration
Data Type Mapping
FAQ
Reference
Devart.Data Assembly
Devart.Data.MailChimp Assembly
Devart.Data.SqlShim Assembly
Overview
Namespaces
Devart.Common Namespace
Overview
Classes
DbConnectionBase
DbMonitorHelper
Devart.Data Namespace
Overview
Classes
DmlLoader
SqlShimCommand
SqlShimCommandBuilder
SqlShimConnection
SqlShimConnectionStringBuilder
SqlShimDataAdapter
SqlShimDataReader
SqlShimException
SqlShimLoader
SqlShimLoaderColumn
SqlShimLoaderColumnCollection
SqlShimLoaderException
SqlShimParameter
SqlShimParameterCollection<T>
SqlShimProviderFactory
Enumerations
LoaderMode
Structures
LoaderResult
Overview
Members
Fields
ErrorText Field
Id Field
Success Field
Id Field
In This Topic
Syntax
Remarks
See Also
Returns the ID of the corresponding row in the target table if the operation was peformed successfully.
Syntax
Visual Basic
C#
public
object
Id
'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.
See Also
Reference
LoaderResult Structure
LoaderResult Members