Click or drag to resize
IDatabaseRepositoryTryGetQualificationById Method
Tries to get a qualification by ID.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetQualificationById(
	string id,
	out IQualification pQualification
)

Parameters

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

Return Value

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