Example #1
0
 public TableDefDataView(TableDefSource table)
     : base((IPhysicalConnection)null)
 {
     m_table = table;
 }
Example #2
0
 public TableDefDataStore(TableDefSource table)
 {
     m_table = table;
 }