Ejemplo n.º 1
0
 public virtual System.Array CreateArray(int length)
 {
     RubrEntitaUsedType[] collElem = new RubrEntitaUsedType[length];
     return(collElem);
 }
Ejemplo n.º 2
0
        public virtual OracleTypes.IOracleCustomType CreateObject()
        {
            RubrEntitaUsedType obj = new RubrEntitaUsedType();

            return(obj);
        }