Show / Hide Table of Contents

    Class UserDefinedConnectionHandle

    A handle for UDC (user defined connection) objects

    Inheritance
    object
    TableIndexHandle
    UserDefinedConnectionHandle
    Inherited Members
    TableIndexHandle.GetHashCode()
    TableIndexHandle.Equals(object)
    TableIndexHandle.ToString()
    TableIndexHandle.Table
    TableIndexHandle.Index
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class UserDefinedConnectionHandle : TableIndexHandle

    Constructors

    UserDefinedConnectionHandle(int)

    A handle for UDC (user defined connection) objects

    Declaration
    public UserDefinedConnectionHandle(int udcIndex)
    Parameters
    Type Name Description
    int udcIndex

    Properties

    Name

    Same as UserDefinedConnection.Name. This looks up the name of this UserDefinedConnection without reading the object from disk

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

    Methods

    Dispose(bool)

    A handle for UDC (user defined connection) objects

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    TableIndexHandle.Dispose(bool)
    Back to top