[This is preliminary documentation and is subject to change.]

The sql join string

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string MainSqlJoin(
	ref DataSet ds,
	bool isLoop
)
Visual Basic (Declaration)
Protected Function MainSqlJoin ( _
	ByRef ds As DataSet, _
	isLoop As Boolean _
) As String
Visual C++
protected:
String^ MainSqlJoin(
	DataSet^% ds, 
	bool isLoop
)

Parameters

ds
Type: System.Data..::.DataSet%
isLoop
Type: System..::.Boolean
This is needed for the filters because what is happeneing is that the filter string is not doing the correct filtering because there are data of different types in the same column

Return Value

See Also