NeatUpload Documentation

SqlServerUploadStorageProvider.ReadProcedure Property

Name of procedure to call to read data from the database. Either this or TableName/DataColumnName must be available

public string ReadProcedure {get;}

Remarks

The procedure must take these parameters: (@Pointer varbinary output, @Offset int, @Size varbinary, (optional) @Identity int)

See Also

SqlServerUploadStorageProvider Class | Hitone.Web.SqlServerUploader Namespace