-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_IMapperBuilder_DeepCopy
Andrew Koryavchenko edited this page Jun 17, 2018
·
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.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
Nullable<bool> DeepCopy { get; set; }
VB
Property DeepCopy As Nullable(Of Boolean)
Get
Set
F#
abstract DeepCopy : Nullable<bool> with get, set