Interface for accessing entities storage and bindings
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public interface IDataAccessor<TEntity> where TEntity : Entity |
| Visual Basic (Declaration) |
|---|
Public Interface IDataAccessor(Of TEntity As Entity) |
| Visual C++ |
|---|
generic<typename TEntity> where TEntity : Entity public interface class IDataAccessor |
Type Parameters
- TEntity
- Entities type