Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_SQLObject_iface class

GetIFace function Next Page

Release function


Synopsis

ul_u_long UltraLite_SQLObject_iface::Release()

Remarks

Releases a reference to an object.

The object is freed once you have removed all references. You must call this function at least once. If you use AddRef function you also need a matching call from each AddRef function.