DroppingDataSetTypeProperty.cpp File Reference
#include <terralib/dataaccess.h>
#include <terralib/memory.h>
#include "DataAccessExamples.h"
#include <iostream>

Go to the source code of this file.

Functions

void DroppingDataSetTypeProperty (const std::string &datasetname, const std::string &propname, te::da::DataSourceTransactor *trans)
 It removes a property from the data set type and from the associated data source. More...
 

Function Documentation

void DroppingDataSetTypeProperty ( const std::string &  datasetname,
const std::string &  propname,
te::da::DataSourceTransactor trans 
)

It removes a property from the data set type and from the associated data source.

Parameters
propthe property that will be removed.
transthe transactor to be used in the removing.

Definition at line 11 of file DroppingDataSetTypeProperty.cpp.

References te::da::DataSourceTransactor::dropProperty().