Skip to content

Instantly share code, notes, and snippets.

@sovanesyan
Created January 10, 2014 12:53
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sovanesyan/8351453 to your computer and use it in GitHub Desktop.
// на пръв поглед един блок
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