Event fired for each suggested mapping between a conceptual model scalar member and storage model scalar member, when using automapping. See the AutoMapMembers method.

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

Syntax

C#
public event EventHandler<AutoMapArgs> OnColumnMapping
Visual Basic
Public Event OnColumnMapping As EventHandler(Of AutoMapArgs)
Visual C++
public:
 event EventHandler<AutoMapArgs^>^ OnColumnMapping {
	void add (EventHandler<AutoMapArgs^>^ value);
	void remove (EventHandler<AutoMapArgs^>^ value);
}

See Also