I have a piece of code that I would like to set as part of the get {} section of a property. However, inside this section I call a SQL query.
I would like to know if the call will be made when the object is constructed (i.e. Object t = new Object()) or only when the property is called (i.e. string query = Object.SqlQuery).