NeatUpload Documentation

SqlServerUploadStorageProvider.OpenProcedure Property

Name of procedure to call to open an existing blob in the database. To read/append data either this or TableName/DataColumnName must be available

public string OpenProcedure {get;}

Remarks

The procedure must take these parameters: (@Pointer varbinary output, @Identity numeric, (optional) @Size int output, (optional) @FileName varchar output, (optional) @MIMEType varchar output)

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace