Class SelectDefs
A list of SELECT statements.
public class SelectDefs : DefList<SelectDef>, IList<SelectDef>, IList, ICollection<SelectDef>, IEnumerable<SelectDef>, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IJsonLoadable
- Inheritance
-
SelectDefs
- Implements
- Inherited Members
- Extension Methods
Constructors
SelectDefs()
Constructor
public SelectDefs()
Methods
Add(string, string, string)
Adds a new SELECT statement.
public SelectDef Add(string Name, string SqlText, string TitleKey = null)