C# Class Raven.Migrations.DocumentSessionExtensions

显示文件 Open project: andrewdavey/ravendb-migrations

Public Methods

Method Description
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.

Method Details

Store() public static method

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
return void