示例#1
0
 public string GetStatementName(StatementDeploymentContext context)
 {
     return(ProcGetStatementName(context));
 }
 public Object GetUserObject(StatementDeploymentContext context)
 {
     return(ProcGetUserObject(context));
 }