MonobjcMonobjc Documented Class Library
RelationshipsByName Property
NamespacesMonobjc.CoreDataNSEntityDescriptionRelationshipsByName

Returns the relationships of the receiver in a dictionary, where the keys in the dictionary are the relationship names.

Original signature is '- (NSDictionary *)relationshipsByName'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary RelationshipsByName { get; }
Public Overridable ReadOnly Property RelationshipsByName As NSDictionary
	Get
public:
virtual property NSDictionary^ RelationshipsByName {
	NSDictionary^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)