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

Selection of fixed lists

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

Syntax

C#
protected string FixedListSelects(
	ref StringBuilder sb,
	DataRow drow,
	ref DataSet ds,
	int externalKeyId
)
Visual Basic (Declaration)
Protected Function FixedListSelects ( _
	ByRef sb As StringBuilder, _
	drow As DataRow, _
	ByRef ds As DataSet, _
	externalKeyId As Integer _
) As String
Visual C++
protected:
String^ FixedListSelects(
	StringBuilder^% sb, 
	DataRow^ drow, 
	DataSet^% ds, 
	int externalKeyId
)

Parameters

sb
Type: System.Text..::.StringBuilder%
drow
Type: System.Data..::.DataRow
ds
Type: System.Data..::.DataSet%
externalKeyId
Type: System..::.Int32

Return Value

See Also