Hi, Can anybody explain what's the use of [TechnicalMemberAttribute] attribute in a WCF class. ie: for example What's the difference between [DataMember] [TechnicalMemberAttribute] public byte[] Rowversion { get; set; } and [DataMember] public byte[] Rowversion { get; set; } Does it make any...