Exemple #1
0
 object IDbRecord.GetProperty(string property)
 {
     return(m_Accessor.GetPropertyValue <object>(m_Instance, property));
 }