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.Entities.Data
    Assembly: LemonEdge.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
    int

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.