Search Results for

    Show / Hide Table of Contents

    Class SQLParameter

    Inheritance
    object
    SQLParameter
    Implements
    IEquatable<SQLParameter>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.Connections.Database
    Assembly: LemonEdge.Database.Connector.dll
    Syntax
    public record SQLParameter : IEquatable<SQLParameter>

    Constructors

    SQLParameter(SQLParameter)

    Declaration
    protected SQLParameter(SQLParameter original)
    Parameters
    Type Name Description
    SQLParameter original

    SQLParameter(string, Type, SQLType, bool)

    Declaration
    public SQLParameter(string Name, Type Type, SQLType SQLType, bool Nullable)
    Parameters
    Type Name Description
    string Name
    Type Type
    SQLType SQLType
    bool Nullable

    Properties

    EqualityContract

    Declaration
    protected virtual Type EqualityContract { get; }
    Property Value
    Type Description
    Type

    Name

    Declaration
    public string Name { get; init; }
    Property Value
    Type Description
    string

    Nullable

    Declaration
    public bool Nullable { get; init; }
    Property Value
    Type Description
    bool

    SQLType

    Declaration
    public SQLType SQLType { get; init; }
    Property Value
    Type Description
    SQLType

    Type

    Declaration
    public Type Type { get; init; }
    Property Value
    Type Description
    Type

    Methods

    Deconstruct(out string, out Type, out SQLType, out bool)

    Declaration
    public void Deconstruct(out string Name, out Type Type, out SQLType SQLType, out bool Nullable)
    Parameters
    Type Name Description
    string Name
    Type Type
    SQLType SQLType
    bool Nullable

    Equals(SQLParameter?)

    Declaration
    public virtual bool Equals(SQLParameter? other)
    Parameters
    Type Name Description
    SQLParameter other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    PrintMembers(StringBuilder)

    Declaration
    protected virtual bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool

    ToColumnType()

    Declaration
    public ColumnType ToColumnType()
    Returns
    Type Description
    ColumnType

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    <Clone>$()

    Declaration
    public virtual SQLParameter <Clone>$()
    Returns
    Type Description
    SQLParameter

    Operators

    operator ==(SQLParameter?, SQLParameter?)

    Declaration
    public static bool operator ==(SQLParameter? left, SQLParameter? right)
    Parameters
    Type Name Description
    SQLParameter left
    SQLParameter right
    Returns
    Type Description
    bool

    operator !=(SQLParameter?, SQLParameter?)

    Declaration
    public static bool operator !=(SQLParameter? left, SQLParameter? right)
    Parameters
    Type Name Description
    SQLParameter left
    SQLParameter right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    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.