Example #1
0
 public EntityOperations And(string b)
 {
     Graph.AddDependency(this.m_currentEntity, b);
     return(this);
 }