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

Gets the list of the external column

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

Syntax

C#
protected string GetListExternalColumn(
	ref DataSet ds,
	int id
)
Visual Basic (Declaration)
Protected Function GetListExternalColumn ( _
	ByRef ds As DataSet, _
	id As Integer _
) As String
Visual C++
protected:
String^ GetListExternalColumn(
	DataSet^% ds, 
	int id
)

Parameters

ds
Type: System.Data..::.DataSet%
id
Type: System..::.Int32

Return Value

See Also