Function GetParentKeyName( _ ByVal property As PropertyInfo _ ) As String
Dim instance As IAutoMap Dim property As PropertyInfo Dim value As String value = instance.GetParentKeyName(property)
string GetParentKeyName( PropertyInfo property )
string* GetParentKeyName( PropertyInfo* property )
String^ GetParentKeyName( PropertyInfo^ property )
Parameters
- property