ISqlConnection Interface

Definition

An interface to access the data content in the storage

public interface class ISqlConnection
public interface class ISqlConnection
__interface ISqlConnection
public interface ISqlConnection
type ISqlConnection = interface
Public Interface ISqlConnection

Methods

DeferredQuery<T>(String, Object[])

Query a SQL statement from our storage. Iterate on the IEnumerable will start feeding data

Execute(String, Object[])

Execute a SQL statement

GetEntityFromPath(String)

Get the entity id in our database

GetPathFromEntity(Int32)

Get Entity from path

Query<T>(String, Object[])

Query a Data structure statement from our storage

Applies to