DataMap

DataMap

Old forum URL: forums.lhotka.net/forums/t/4422.aspx


JoeFallon1 posted on Wednesday, February 27, 2008

Rocky,

The DataMap class has this constructor and property.

1. Why is there not a corresponding property for TargetType?

2. Actually, nothing seems to be using it - so why is it there at all?

Public Sub New(ByVal sourceType As Type, ByVal targetType As Type)
  _sourceType = sourceType
  _targetType = targetType
End Sub

Friend ReadOnly Property SourceType() As Type
 
Get
   
Return _sourceType
 
End Get
End Property

 

Joe

RockfordLhotka replied on Wednesday, February 27, 2008

I'm sure I had a reason at some point Wink [;)]

I'll remove the property, thanks for finding that.

Copyright (c) Marimer LLC