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