Public Function New( _ ByVal parentObjectType As Type, _ ByVal foreignKeyName As String _ )
Dim parentObjectType As Type Dim foreignKeyName As String Dim instance As New ParentObjectAttribute(parentObjectType, foreignKeyName)
public ParentObjectAttribute( Type parentObjectType, string foreignKeyName )
public: ParentObjectAttribute( Type* parentObjectType, string* foreignKeyName )
public: ParentObjectAttribute( Type^ parentObjectType, String^ foreignKeyName )
Parameters
- parentObjectType
- The object type of the parent
- foreignKeyName
- The foreign key name