public TableDefDataView(TableDefSource table) : base((IPhysicalConnection)null) { m_table = table; }
public TableDefDataStore(TableDefSource table) { m_table = table; }