RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SelectQuery..::..AddSelectFormulaColumn Method

Creates a formula column and adds it to the columns list.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public SelectQuery AddSelectFormulaColumn(
	string name,
	string formula
)
Public Function AddSelectFormulaColumn ( _
	name As String, _
	formula As String _
) As SelectQuery
public:
SelectQuery^ AddSelectFormulaColumn(
	String^ name, 
	String^ formula
)

Parameters

name
Type: String
The name.
formula
Type: String
The formula.

Return Value

This object.