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

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -

python - How to create a legend for 3D bar in matplotlib? -