NamedQuery constructor
NamedQuery({})
Implementation
NamedQuery({
required this.database,
required this.name,
required this.queryString,
this.description,
this.namedQueryId,
this.workGroup,
});
NamedQuery({
required this.database,
required this.name,
required this.queryString,
this.description,
this.namedQueryId,
this.workGroup,
});