CDaoTableDef::Close

Call this member function to close and release the tabledef object.

virtual void Close( );

Remarks

Usually after calling Close, you delete the tabledef object if it was allocated with new.

You can call Open again after calling Close. This lets you reuse the tabledef object.

For related information, see the topic "Close Method" in DAO Help.

Requirements

Header: afxdao.h

See Also

Reference

CDaoTableDef Class

Hierarchy Chart

CDaoTableDef::Open

CDaoTableDef::Create