// на пръв поглед един блок | |
public SqlExpressionVisitor() { | |
modelDef = typeof(T).GetModelDefinition(); | |
PrefixFieldWithTableName = false; | |
WhereStatementWithoutWhereString = false; | |
} | |
// ясно разделение между заглавие и съдържание | |
public SqlExpressionVisitor() | |
{ | |
modelDef = typeof(T).GetModelDefinition(); | |
PrefixFieldWithTableName = false; | |
WhereStatementWithoutWhereString = false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment