NeatUpload Documentation

SqlServerUploadStorageProvider.DeleteProcedure Property

Name of procedure to call to delete a file from the database. Either this or TableName must be available to allow deletion of files

public string DeleteProcedure {get;}

Remarks

The procedure must take these parameters: (@Identity int)

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace