Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7411215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:21:11+00:00 2026-05-29T06:21:11+00:00

I am new to entity framework and I am trying to go the Code

  • 0

I am new to entity framework and I am trying to go the Code First approach. When defining one of my model classes I want one of the objects in the class to map to a Image column in my Sql Server Database. What object type would I use here so that when the table is created it would make that column an Image column?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:21:12+00:00Added an answer on May 29, 2026 at 6:21 am

    you can use byte[] datatype on your objects, for Sql you can use varbinary(max) (as image data type will be removed from future sql version. MSDN – Image datatype

    public byte[] yourFiles{get;set;}
    

    you can configure like this using fluent api

    modelBuilder.Entity<SomePOCOClass>().Property(p => p.yourFiles).HasColumnName("yourColumnName").HasMaxLength(SomeLength).HasColumnType("varbinary");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use Entity Framework code first to try to map a simple
I'm trying out Entity Framework Code first CTP4. Suppose I have: public class Parent
I am successfully creating database (SQL Ce) using Entity Framework Code First approach (C#-WPF).
I'm trying out the new scaffolding features in MVC 3, using Entity Framework Code
I'm trying to get Entity Framework Code First to create a database for me
I'm using Entity Framework 4.3 with code first and manual migrations. I'm trying to
I'm trying to implement the repository pattern using entity framework code first rc 1.
I'm trying to use the Entity Framework code first without an existing database. I
I am writing my project using Entity Framework 4.0 (Model first). At the beginning
In this code, I have an Entity Framework 4 model with a single Thing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.