DBreeze.Storage.StorageLayer.RestoreTableFromTheOtherTable C# (CSharp) 메소드

RestoreTableFromTheOtherTable() 공개 메소드

public RestoreTableFromTheOtherTable ( string newTableFullPath ) : void
newTableFullPath string
리턴 void
        public void RestoreTableFromTheOtherTable(string newTableFullPath)
        {
            _tableStorage.RestoreTableFromTheOtherTable(newTableFullPath);
        }