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

Gets select the left hand side

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

Syntax

C#
protected string GetSelectLHS(
	DataRow drow
)
Visual Basic (Declaration)
Protected Function GetSelectLHS ( _
	drow As DataRow _
) As String
Visual C++
protected:
String^ GetSelectLHS(
	DataRow^ drow
)

Parameters

drow
Type: System.Data..::.DataRow

Return Value

See Also