C# Class Raven.Migrations.DocumentSessionExtensions

Afficher le fichier Open project: andrewdavey/ravendb-migrations

Méthodes publiques

Méthode 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 méthode

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
Résultat void