Class InsertResult
The result of a Execute() operation
Inheritance
System.Object
InsertResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class InsertResult
Properties
| Improve this Doc View SourceError
Gets the System.Exception object. If there is no exception, the insert operation succeeded.
Declaration
public Exception Error { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |