NeatUpload Documentation

SqlServerInputFile Class

InputFile that provides access to the identity of the newly created row when used with the SqlServerUploadStorageProvider

For a list of all members of this type, see SqlServerInputFile Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Brettle.Web.NeatUpload.FileControl
            Brettle.Web.NeatUpload.InputFile
               Hitone.Web.SqlServerUploader.SqlServerInputFile

public class SqlServerInputFile : InputFile

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You can use the Identity property to access the identity of the sql table row

Requirements

Namespace: Hitone.Web.SqlServerUploader

Assembly: Hitone.Web.SqlServerUploader (in Hitone.Web.SqlServerUploader.dll)

See Also

SqlServerInputFile Members | Hitone.Web.SqlServerUploader Namespace