-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Mapping_IMapperBuilder_DeepCopy
andrewvk edited this page Jun 23, 2016
·
5 revisions
If true, performs deep copy. if default (null), the GetMapperLambdaExpressionEx() method does not do deep copy, however the GetMapperLambdaExpression() method does.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
Nullable<bool> DeepCopy { get; set; }VB
Property DeepCopy As Nullable(Of Boolean)
Get
SetF#
abstract DeepCopy : Nullable<bool> with get, set