Sub SetParent( _ 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.SetParent(type, propertyName, foreignKeyName)
void SetParent( Type type, string propertyName, string foreignKeyName )
void SetParent( Type* type, string* propertyName, string* foreignKeyName )
void SetParent( Type^ type, String^ propertyName, String^ foreignKeyName )
Parameters
- type
- The type of relationship child class
- propertyName
- Parent property name
- foreignKeyName
- Foreign key name