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: 6.0.0.0 (6.0.6225.27214)
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