Search Results for

    Show / Hide Table of Contents

    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 Source

    Error

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng