Interface IUmbracoDatabase
Assembly: cs.temp.dll.dll
Syntax
public interface IUmbracoDatabase
Properties
EnableSqlCount
Declaration
bool EnableSqlCount { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
InstanceId
Gets the database instance unique identifier as a string.
Declaration
string InstanceId { get; }
Property Value
| Type |
Description |
| System.String |
|
InTransaction
Gets a value indicating whether the database is currently in a transaction.
Declaration
bool InTransaction { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
SqlContext
Declaration
ISqlContext SqlContext { get; }
Property Value
SqlCount
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
BulkInsertRecords<T>(IEnumerable<T>)
Declaration
int BulkInsertRecords<T>(IEnumerable<T> records)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.IEnumerable<T> |
records |
|
Returns
| Type |
Description |
| System.Int32 |
|
Type Parameters
IsUmbracoInstalled()
Declaration
bool IsUmbracoInstalled()
Returns
| Type |
Description |
| System.Boolean |
|
ValidateSchema()
Declaration
DatabaseSchemaResult ValidateSchema()
Returns
| Type |
Description |
| DatabaseSchemaResult |
|