Doctrine\DBAL\Platforms\SQLServerPlatform::getGuidExpression PHP Method

getGuidExpression() public method

{@inheritDoc}
public getGuidExpression ( )
    public function getGuidExpression()
    {
        return 'NEWID()';
    }
SQLServerPlatform