entity framework - What does the [] represent in C# -
this question has answer here:
- what attributes in .net? 11 answers
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
Post a Comment