Click or drag to resize

IDatabaseRepositoryTryGetQualificationByName Method

Tries to get a qualification by name.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetQualificationByName(
	string name,
	out IQualification pQualification
)

Parameters

name
Type: SystemString
The name.
pQualification
Type: PDTec.IceNet.Core.DatabaseIQualification
The qualification or null.

Return Value

Type: Boolean
true if a qualification with the name exists, otherwise false.
See Also