home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Struct CDaoRelationInfo

   in AFXDAO.H

struct CDaoRelationInfo


Field Summary
 BOOL m_bCleanupFieldInfo
          
 long m_lAttributes
          
 short m_nFields
          
 CDaoRelationFieldInfo* m_pFieldInfos
          
 CString m_strForeignTable
          
 CString m_strName
          
 CString m_strTable
          
 
Constructor Summary
CDaoRelationInfo()
          
virtual ~CDaoRelationInfo()
          
 

Field Detail

m_bCleanupFieldInfo

public BOOL m_bCleanupFieldInfo;

m_lAttributes

public long m_lAttributes;

m_nFields

public short m_nFields;

m_pFieldInfos

public CDaoRelationFieldInfo* m_pFieldInfos;

m_strForeignTable

public CString m_strForeignTable;

m_strName

public CString m_strName;

m_strTable

public CString m_strTable;


Constructor Detail

CDaoRelationInfo

public CDaoRelationInfo();

~CDaoRelationInfo

public virtual ~CDaoRelationInfo();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD