Prado\Data\Common\Mssql\TMssqlTableInfo::createCommandBuilder PHP 메소드

createCommandBuilder() 공개 메소드

public createCommandBuilder ( $connection ) : TDbCommandBuilder
리턴 TDbCommandBuilder new command builder
    public function createCommandBuilder($connection)
    {
        return new TMssqlCommandBuilder($connection, $this);
    }