示例#1
0
 public String ToSqlString(PropertyProjection propertyProjection)
 {
     return(Alias(Clauses.Field(propertyProjection.PropertyName).Render(this), propertyProjection.Alias));
 }
示例#2
0
 public String ToSqlString(PropertyProjection propertyProjection)
 {
     return Alias(Clauses.Field(propertyProjection.PropertyName).Render(this), propertyProjection.Alias);
 }