Пример #1
0
 /// <summary>
 /// Behavior of DocumentSession.GetById when the Entity is not found.
 /// </summary>
 /// <param name="behavior"></param>
 public void SetEntityNotFoundBehavior(EntityNotFoundBehavior behavior)
 {
     _entityNotFoundBehavior = behavior;
 }
Пример #2
0
 /// <summary>
 /// Behavior of DocumentSession.GetById when the Entity is not found.
 /// </summary>
 /// <param name="behavior"></param>
 public void SetEntityNotFoundBehavior(EntityNotFoundBehavior behavior)
 {
     _entityNotFoundBehavior = behavior;
 }