Adding Interface Implementation to ExpandoObject
问题 I am passing information between a SQL database and a PLC using 3rd party OPC libraries. There are essentially two transactions. Information passed from the PLC to the SQL server is statically typed. Very specific data is captured by the PLC and passed to the SQL database. Information passed from the SQL server to the PLC is dynamically typed and may be limited to a single property or hundreds. ITransaction.cs public interface ITransaction : INotifyPropertyChanged { short Response { get; set;