The AssociationSetMapping's conceptual model association

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public string TypeName { get; protected set; }
Visual Basic
Public Property TypeName As String
	Get
	Protected Set
Visual C++
public:
property String^ TypeName {
	String^ get ();
	protected: void set (String^ value);
}

See Also