This class is deprecated. Use DatabaseObjects.Generic.DatabaseObjects instead, it provides the same functionality.

Namespace: DatabaseObjects.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
[ObsoleteAttribute("Use DatabaseObjects.Generic.DatabaseObjects instead, it provides the same functionality.")]
public abstract class DatabaseObjectsUsingAttributes<T> : DatabaseObjects<T>
where T : IDatabaseObject
Visual Basic
<ObsoleteAttribute("Use DatabaseObjects.Generic.DatabaseObjects instead, it provides the same functionality.")> _
Public MustInherit Class DatabaseObjectsUsingAttributes(Of T As IDatabaseObject) _
	Inherits DatabaseObjects(Of T)
Visual C++
[ObsoleteAttribute(L"Use DatabaseObjects.Generic.DatabaseObjects instead, it provides the same functionality.")]
generic<typename T>
where T : IDatabaseObject
public ref class DatabaseObjectsUsingAttributes abstract : public DatabaseObjects<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DatabaseObjects.Generic.DatabaseObjectsUsingAttributes`1"]

Inheritance Hierarchy

System..::..Object
  DatabaseObjects..::..DatabaseObjects
    DatabaseObjects.Generic..::..DatabaseObjects<(Of <(<'T>)>)>
      DatabaseObjects.Generic..::..DatabaseObjectsUsingAttributes<(Of <(<'T>)>)>

See Also