Prado\Data\Common\TDbMetaData::createCommandBuilder PHP Method

createCommandBuilder() public method

Creates a command builder for a given table name.
public createCommandBuilder ( $tableName = null ) : TDbCommandBuilder
return TDbCommandBuilder command builder instance for the given table.
    public function createCommandBuilder($tableName = null)
    {
        return $this->getTableInfo($tableName)->createCommandBuilder($this->getDbConnection());
    }