C# Class Deveel.Data.Store.StoreExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
GetArea ( this store, long id ) : IArea
GetAreaInputStream ( this store, long id ) : Stream
GetReadOlyArea ( this store, long id ) : IArea

Method Details

GetArea() public static méthode

public static GetArea ( this store, long id ) : IArea
store this
id long
Résultat IArea

GetAreaInputStream() public static méthode

public static GetAreaInputStream ( this store, long id ) : Stream
store this
id long
Résultat Stream

GetReadOlyArea() public static méthode

public static GetReadOlyArea ( this store, long id ) : IArea
store this
id long
Résultat IArea