Gets the parent key name

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string GetParentKeyName(
	string tablename
)
Visual Basic
Public Shared Function GetParentKeyName ( 
	tablename As String
) As String
Visual C++
public:
static String^ GetParentKeyName(
	String^ tablename
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.BusinessObject.GetParentKeyName(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetParentKeyName(System.String)"]

See Also