Search Results for

    Show / Hide Table of Contents

    Interface IStoredProcedureExitCodeResult

    A dummy complex type used for stored procedure sql wrappers that do not return results, but instead just return a 0/1 exit code

    Namespace: LemonEdge.API.ComplexTypes
    Assembly: API.dll
    Syntax
    [ComplexDefinition(ImageType.Server, "Stored Procedure Exit Code")]
    public interface IStoredProcedureExitCodeResult

    Properties

    ExitCode

    The exit code of running the stored procedcure

    Declaration
    [Key]
    [Column(Order = 0)]
    int ExitCode { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.