예제 #1
0
 static SqlDbQueryCallExpressionNode()
 {
     CallExpressionNodes = SqlDbFunctionsLoader.Load();
 }
예제 #2
0
 static SqlDbQueryMemberAccessExpressionNode()
 {
     _supportedFunctionNodes = SqlDbFunctionsLoader.Load();
 }