Table of Contents

Class SelectDefs

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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)

Parameters

Name string
SqlText string
TitleKey string

Returns

SelectDef