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

Get the primary table name

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

Syntax

C#
protected string GetPrimaryTableName(
	ref DataSet ds
)
Visual Basic (Declaration)
Protected Function GetPrimaryTableName ( _
	ByRef ds As DataSet _
) As String
Visual C++
protected:
String^ GetPrimaryTableName(
	DataSet^% ds
)

Parameters

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

Return Value

See Also