C# 클래스 Raven.Migrations.DocumentSessionExtensions

파일 보기 프로젝트 열기: andrewdavey/ravendb-migrations

공개 메소드들

메소드 설명
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