C# Класс BrightstarDB.Models.EventFeed.EventFeedContext

Наследование: BrightstarEntityContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EventFeedContext ( IDataObjectStore dataObjectStore ) : System

Initialize a new entity context using the specified Brightstar Data Object Store connection

EventFeedContext ( string connectionString, bool enableOptimisticLocking = null ) : System

Initialize a new entity context using the specified Brightstar connection string

Приватные методы

Метод Описание
EventFeedContext ( ) : System
InitializeContext ( ) : void

Описание методов

EventFeedContext() публичный Метод

Initialize a new entity context using the specified Brightstar Data Object Store connection
public EventFeedContext ( IDataObjectStore dataObjectStore ) : System
dataObjectStore IDataObjectStore The connection to the Brightstar Data Object Store that will provide the entity objects
Результат System

EventFeedContext() публичный Метод

Initialize a new entity context using the specified Brightstar connection string
public EventFeedContext ( string connectionString, bool enableOptimisticLocking = null ) : System
connectionString string The connection to be used to connect to an existing BrightstarDB store
enableOptimisticLocking bool OPTIONAL: If set to true optmistic locking will be applied to all entity updates
Результат System