Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperDatasetReference

    Inheritance
    object
    SQLWrapperDatasetReference
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Processors.Importing
    Assembly: LemonEdge.API.dll
    Syntax
    [DataContract]
    public class SQLWrapperDatasetReference

    Constructors

    SQLWrapperDatasetReference(Guid, Guid, string, string)

    Declaration
    public SQLWrapperDatasetReference(Guid id, Guid typeId, string name, string entityName)
    Parameters
    Type Name Description
    Guid id
    Guid typeId
    string name
    string entityName

    Properties

    EntityID

    Declaration
    public Guid EntityID { get; set; }
    Property Value
    Type Description
    Guid

    EntityName

    Declaration
    public string EntityName { get; set; }
    Property Value
    Type Description
    string

    EntityTypeID

    Declaration
    public Guid EntityTypeID { get; set; }
    Property Value
    Type Description
    Guid

    Name

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

    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.