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

Validates the meta information against the hashtable

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

Syntax

C#
public static bool Validate(
	DataTable dt,
	Hashtable ht
)
Visual Basic (Declaration)
Public Shared Function Validate ( _
	dt As DataTable, _
	ht As Hashtable _
) As Boolean
Visual C++
public:
static bool Validate(
	DataTable^ dt, 
	Hashtable^ ht
)

Parameters

dt
Type: System.Data..::.DataTable
The data table for meta information
ht
Type: System.Collections..::.Hashtable
The hashtable

Return Value

True if it is validated, false otherwise

See Also