See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public static string FindListValueMember(
	AppWizardEntityClassProperty property,
	AppWizardEntityClass lookupEntityType
)
Visual Basic
Public Shared Function FindListValueMember ( 
	property As AppWizardEntityClassProperty,
	lookupEntityType As AppWizardEntityClass
) As String
Visual C++
public:
static String^ FindListValueMember(
	AppWizardEntityClassProperty^ property, 
	AppWizardEntityClass^ lookupEntityType
)

Return Value

Type: String

See Also