Exemplo n.º 1
0
 public void ReplaceStoreProcAt(StoreProcType newValue, int index)
 {
     ReplaceDomElementAt("", "StoreProc", index, newValue);
 }
Exemplo n.º 2
0
 public void InsertStoreProcAt(StoreProcType newValue, int index)
 {
     InsertDomElementAt("", "StoreProc", index, newValue);
 }
Exemplo n.º 3
0
 public ParamterEnumerator(StoreProcType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 4
0
 public void AddStoreProc(StoreProcType newValue)
 {
     AppendDomElement("", "StoreProc", newValue);
 }
Exemplo n.º 5
0
 public NameEnumerator(StoreProcType par)
 {
     parent = par;
     nIndex = -1;
 }