コード例 #1
0
ファイル: InMemoryTable.cs プロジェクト: timothydodd/dbshell
 private void Initialize()
 {
     m_rows = new InMemoryRows();
     //m_roRows = new ReadOnlyCollection<BufferDataRecord>(m_rows);
 }