Repository that works with social networking relationships - a structure designed to minimize the number of foreign keys in tables (and entities) that may be bound to multiple parent tables, like comments, files, ratings and tags.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public class RelationshipRepository : BaseMonoXRepository
Visual Basic
Public Class RelationshipRepository _
	Inherits BaseMonoXRepository
Visual C++
public ref class RelationshipRepository : public BaseMonoXRepository

Inheritance Hierarchy

See Also