int DeleteRecord(
RecordRestriction? restriction,
bool? applyRootQueryRestriction = null
)
Function DeleteRecord (
restriction As RecordRestriction,
Optional applyRootQueryRestriction As Boolean? = Nothing
) As Integer
int DeleteRecord(
RecordRestriction^ restriction,
Nullable<bool> applyRootQueryRestriction = nullptr
)
function DeleteRecord(restriction, applyRootQueryRestriction);
ArgumentNullException | restriction cannot be null. |