entity framework - What does the [] represent in C# -


this question has answer here:

i've been developing in c# 4 month , still dont know [] means in entity framework.

here example

[column("mycolumn")] public int column {get;set;} 

what functionality?

its there situation have use or entity framework?

square brackets [ & ] mean few different things in c#, in case saying "column" attribute. attribute design time information add classes or properties various reasons. can make own ;)


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -