Tuesday 15 March 2011

entityspaces - Stored procedure execution problem -


IAM was able to implement unit spaces in the C # application and successfully execute the questions given below.

Coll.query.where (coll.prodlineid.equal ("id") if (coll.query.load ())

However, with all the processes I have processed Code is needed to change. I used this: coll.Load (esQuerytype.storedprocedure, "testproc", ultimate)

At this point, Iam 'error as EntitySpaces.Core.esEntityCollection.Load (EntitySpaces.DynamicQuery.esQueryType, String, Paramaze Object []) 'is inaccessible due to its security level

esEntityCollection is a metadata file, so I have access to the access modifiers Nick can not be protected by Nick.

Help: -)

Your custom partial In class (which you have generated), add a method like the following:

  Public Zero GetProducts {Entitleid} {this.Load (... & lt; put your stored proc call Given earlier & gt; ...); }  

Then you can call your stored procedure:

  ProductCollection coll = new ProductCollection (); Coll.GetProducts (lineID);  

No comments:

Post a Comment