Click or drag to resize

IDatabaseRepositoryTryGetProfileById Method

Tries to get a profile by ID.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
bool TryGetProfileById(
	string id,
	out IProfile pProfile
)

Parameters

id
Type: SystemString
The ID.
pProfile
Type: PDTec.IceNet.Core.DatabaseIProfile
The profile or null.

Return Value

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