Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取数据库属性。
public virtual const ul_wchar * GetDatabaseProperty( const ul_wchar * propName )
propName 所请求的属性的名称。
如果运行成功,则返回指向包含数据库属性的字符串缓冲区的指针;否则返回 NULL。
返回的值指向其内容可通过任何后续 UltraLite 调用更改的静态缓冲区,因此如果需要保存该值,您必须复制该值。