Click or drag to resize

DataMapperMap Method (BusinessBase, EntityBase, Boolean, String)

Namespace:  EDK4Net.Data
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static void Map(
	BusinessBase source,
	EntityBase target,
	bool suppressExceptions,
	params string[] ignoreList
)

Parameters

source
Type: EDK4Net.CoreBusinessBase
target
Type: EDK4Net.CoreEntityBase
suppressExceptions
Type: SystemBoolean
ignoreList
Type: SystemString
See Also