ContactInfoProvider.DeleteContactInfos Method |
Deletes all infos by stored procedure.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntaxpublic static void DeleteContactInfos(
string whereCondition,
int batchLimit
)
Parameters
- whereCondition
- Type: System.String
Where condition - batchLimit
- Type: System.Int32
Batch limit.
See Also