IDatabaseRepositoryCreateProfile Method |
Creates a profile.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax IProfile 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