Class UserDefinedConnectionHandle
A handle for UDC (user defined connection) objects
Inherited Members
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 |