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

DbSelectSqlGenerator..::..GenerateSelectStatement Method

Generates the SELECT SQL statement.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GenerateSelectStatement(
	QueryBase query,
	Nullable<int> count
)
Public Function GenerateSelectStatement ( _
	query As QueryBase, _
	count As Nullable(Of Integer) _
) As String
public:
String^ GenerateSelectStatement(
	QueryBase^ query, 
	Nullable<int^> count
)

Parameters

query
Type: RingSoft.DbLookup.QueryBuilder..::..QueryBase
The QueryBuilder.QueryBase object containing all the data for the SQL statement.
count
Type: Nullable<(Of <(<'Int32>)>)>
The count.

Return Value

System.String.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException