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

SelectQuery Constructor (String)

Initializes a new instance of the SelectQuery class.

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

Syntax


public SelectQuery(
	string baseTableName
)
Public Sub New ( _
	baseTableName As String _
)
public:
SelectQuery(
	String^ baseTableName
)

Parameters

baseTableName
Type: String
Name of the table for the FROM clause.