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

Converts the hashtable to be processed by the insert. Note that any fields that is not matched with the proper type will be flagged as null

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

Syntax

C#
public static Hashtable ConvertHashTable(
	DataSet ds,
	Hashtable inpHash,
	List<UserInfo> uil
)
Visual Basic (Declaration)
Public Shared Function ConvertHashTable ( _
	ds As DataSet, _
	inpHash As Hashtable, _
	uil As List(Of UserInfo) _
) As Hashtable
Visual C++
public:
static Hashtable^ ConvertHashTable(
	DataSet^ ds, 
	Hashtable^ inpHash, 
	List<UserInfo^>^ uil
)

Parameters

ds
Type: System.Data..::.DataSet
The dataset
inpHash
Type: System.Collections..::.Hashtable
The input hash table
uil
Type: System.Collections.Generic..::.List<(Of <(UserInfo>)>)
The datatable of the owners

Return Value

See Also