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

Gets the list values from the dataset using a lookup id

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

Syntax

C#
public static string GetListValueFromText(
	DataSet ds,
	int lookupId,
	Object oVal
)
Visual Basic (Declaration)
Public Shared Function GetListValueFromText ( _
	ds As DataSet, _
	lookupId As Integer, _
	oVal As Object _
) As String
Visual C++
public:
static String^ GetListValueFromText(
	DataSet^ ds, 
	int lookupId, 
	Object^ oVal
)

Parameters

ds
Type: System.Data..::.DataSet
The meta dataset
lookupId
Type: System..::.Int32
The id to lookup for the list values
oVal
Type: System..::.Object
The object value

Return Value

The list value

See Also