Table of Contents

Delegate GetRelationshipParents

Namespace
The.Persistence
Assembly
Instagile.dll
public delegate Tuple<string, string>? GetRelationshipParents(string entityName, string relationshipName)

Parameters

entityName string
relationshipName string

Returns

Tuple<string, string>