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