DBreeze.Storage.StorageLayer.Table_WriteByOffset C# (CSharp) Method

Table_WriteByOffset() public method

public Table_WriteByOffset ( byte offset, byte data ) : void
offset byte
data byte
return void
        public void Table_WriteByOffset(byte[] offset, byte[] data)
        {
            _tableStorage.Table_WriteByOffset(offset, data);
        }

Same methods

StorageLayer::Table_WriteByOffset ( long offset, byte data ) : void