MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.GetRelationsForFieldOfType C# (CSharp) Method

GetRelationsForFieldOfType() protected method

Gets the relation objects which represent the relation the fieldName specified is mapped on.
protected GetRelationsForFieldOfType ( string fieldName ) : RelationCollection
fieldName string Name of the field mapped onto the relation of which the relation objects have to be obtained.
return RelationCollection
        protected override RelationCollection GetRelationsForFieldOfType(string fieldName)
        {
            return GetRelationsForField(fieldName);
        }