Ejemplo n.º 1
0
 // TODO: Remove this as it is not needed...
 public virtual string GetSafeName()
 {
     return(NamingConventions.GetSafeName(KeyName));
 }
Ejemplo n.º 2
0
 public virtual string GetSafeName()
 {
     return(NamingConventions.GetSafeName(SchemaName, EntityKeyName));
 }