删除先前由 cniSqlCreateReadOnlyPathExpression 或 cniSqlCreateModifiablePathExpression 实用程序函数创建的 SQLPathExpression(如 sqlPathExpression 参数所定义的那样)。
void cniSqlDeletePathExpression( int* returnCode, CciSqlPathExpression* sqlPathExpression );
扩展 cniSqlCreateReadOnlyPathExpression 的示例时,您应将以下代码置于 _deleteNodeContext
cniSqlDeletePathExpression( NULL, ((NODE_CONTEXT_ST *)context)->pathExpression);