コード例 #1
0
		public DropStatement (IdentifierExpression identifier, DropStatementType dropType)
		{
			Identifier = identifier;
			DropType = dropType;
		}
コード例 #2
0
 public DropStatement(IdentifierExpression identifier, DropStatementType dropType)
 {
     Identifier = identifier;
     DropType   = dropType;
 }