ISqlConnection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
Gets the relative path from the entity id. |
Query<T>(String, Object[]) |
Query a Data structure statement from our storage |