former_member856464
Member
Member since ‎2023 May 18

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Community, I want to store an excel in our table by converting it into a blob, so i am using byte array and have mapped the blob column to byte array like this [Column("BLOBCONTENT", TypeName = "blob")] public byte[] Content { get; set; } ...