NeatUpload Documentation

SqlServerUploadStorageProvider.CreateProcedure Property

Name of procedure to call to create a new file in the database. To create new blobs either this or TableName/DataColumnName must be available

public string CreateProcedure {get;}

Remarks

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

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace