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
The procedure must take these parameters: (@Pointer varbinary output, @Identity numeric, (optional) @Size int output, (optional) @FileName varchar output, (optional) @MIMEType varchar output)
SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace