Entities/EmptyRecord.ps1


class EmptyRecord : BaseRecord {

    [string]ToString () {

        return '';
    }
}