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