C# Класс Raven.Migrations.DocumentSessionExtensions

Показать файл Открыть проект

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

Метод Описание
Store ( this session, dynamic entity, string ravenTypeTag ) : void

Stores an entity in the session with an explicit type tag, instead of the conventional one derived by Raven.

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

Store() публичный статический Метод

Stores an entity in the session with an explicit type tag, instead of the conventional one derived by Raven.
public static Store ( this session, dynamic entity, string ravenTypeTag ) : void
session this
entity dynamic
ravenTypeTag string
Результат void