The fields of the SqlCeDatabase class are listed below. For a complete list of SqlCeDatabase class members, see the SqlCeDatabase Members topic.
m_arrTables | Table collection |
m_bEncrypted | Encrypted status of the database. Used for open and create. |
m_bIsDisposed | Dispose status of the object |
m_pDb | Unmanaged database object pointer. |
m_pipe | Communication pipe for this database. |
m_strFileName | Database file name. Used for open and create. |
m_strPassword | Database password. Used for open and create. |
m_strTempPath | Temporary path for this connection. |
SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace