Initiates auto-mapping of entity set members. The OnColumnMapping event will be fired for every suggested mapping between a conceptual model member property and a storage model member property.

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

Syntax

C#
public void AutoMapMembers(
	ModelEntityType entityType
)
Visual Basic
Public Sub AutoMapMembers ( _
	entityType As ModelEntityType _
)
Visual C++
public:
void AutoMapMembers(
	ModelEntityType^ entityType
)

Parameters

entityType
Type: HuagatiEDMXTools..::..ModelEntityType

[Missing <param name="entityType"/> documentation for "M:HuagatiEDMXTools.EntitySetMapping.AutoMapMembers(HuagatiEDMXTools.ModelEntityType)"]

See Also