IDatabaseRepositoryCreateProfile Method |
Creates a profile.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIProfile CreateProfile(
string name,
string description
)
Parameters
- name
- Type: SystemString
The profile name. - description
- Type: SystemString
The profile description.
Return Value
Type:
IProfileThe profile.
See Also