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

returns the value of the id supplied

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

Syntax

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

Parameters

ds
Type: System.Data..::.DataSet
The dataset that contains all the data information
oid
Type: System..::.Object
The id for which the value is desired
colId
Type: System..::.Int32
The column id of the column of table 1

Return Value

The value

See Also