C# Class Deveel.Data.Store.StoreExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
GetArea ( this store, long id ) : IArea
GetAreaInputStream ( this store, long id ) : Stream
GetReadOlyArea ( this store, long id ) : IArea

Method Details

GetArea() public static method

public static GetArea ( this store, long id ) : IArea
store this
id long
return IArea

GetAreaInputStream() public static method

public static GetAreaInputStream ( this store, long id ) : Stream
store this
id long
return Stream

GetReadOlyArea() public static method

public static GetReadOlyArea ( this store, long id ) : IArea
store this
id long
return IArea