コード例 #1
0
 public SqlUserIdentifier(SqlIdentificationType type, SqlExpression argument)
 {
     Type     = type;
     Argument = argument;
 }
コード例 #2
0
ファイル: SqlUserIdentifier.cs プロジェクト: deveel/deveeldb
 public SqlUserIdentifier(SqlIdentificationType type, SqlExpression argument)
 {
     Type = type;
     Argument = argument;
 }