T
Twitch
Specifically, the stuff in the square brackets at the beginning of the class
decl.. How does it apply to the class?
thx.
/// <summary>
/// Data Access Object for Message
/// </summary>
[ Transaction( TransactionOption.Required ) ]
sealed public class DAOMessage : DAOBase
{
decl.. How does it apply to the class?
thx.
/// <summary>
/// Data Access Object for Message
/// </summary>
[ Transaction( TransactionOption.Required ) ]
sealed public class DAOMessage : DAOBase
{