Sub SetChild( _ ByVal type As Type, _ ByVal propertyName As String, _ ByVal foreignKeyName As String _ )
Dim instance As IAutoMap Dim type As Type Dim propertyName As String Dim foreignKeyName As String instance.SetChild(type, propertyName, foreignKeyName)
void SetChild( Type type, string propertyName, string foreignKeyName )
void SetChild( Type* type, string* propertyName, string* foreignKeyName )
void SetChild( Type^ type, String^ propertyName, String^ foreignKeyName )
Parameters
- type
- The type of relationship parent class
- propertyName
- Child property name
- foreignKeyName
- Foreign key name