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