Click or drag to resize
EF Visual Editor

AssociationGetLinksToSources Method

Get the list of Association links to a ModelClass.

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public static ReadOnlyCollection<Association> GetLinksToSources(
	ModelClass targetInstance
)
Request Example View Source

Parameters

targetInstance
Type: Sawczyn.EFDesigner.EFModelModelClass

[Missing <param name="targetInstance"/> documentation for "M:Sawczyn.EFDesigner.EFModel.Association.GetLinksToSources(Sawczyn.EFDesigner.EFModel.ModelClass)"]

Return Value

Type: ReadOnlyCollectionAssociation

[Missing <returns> documentation for "M:Sawczyn.EFDesigner.EFModel.Association.GetLinksToSources(Sawczyn.EFDesigner.EFModel.ModelClass)"]

See Also