NeatUpload Documentation

SqlServerUploadStorageProvider.RenameProcedure Property

Name of procedure to call to change the name of the file in the database. Either this or TableName/FileNameColumnName must be available

public string RenameProcedure {get;}

Remarks

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

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace