-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Mapping_MapperBuilder_2_ProcessCrossReferences
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
If true, processes object cross references. if default (null), the GetMapperExpressionEx() method does not process cross references, however the GetMapperExpression() method does.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Nullable<bool> ProcessCrossReferences { get; set; }VB
Public Property ProcessCrossReferences As Nullable(Of Boolean)
Get
SetF#
abstract ProcessCrossReferences : Nullable<bool> with get, set
override ProcessCrossReferences : Nullable<bool> with get, set