IdeaBlade DevForce 2010 Help Reference
StoredProcQuery Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : StoredProcQuery Class


The following tables list the members exposed by StoredProcQuery.

Public Constructors

 NameDescription
Public ConstructorStoredProcQuery ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error.  
Public PropertyDataSourceKeyName May be used to specify the DataSourceKeyName for StoredProc queries where it cannot be otherwise inferred.  
Public PropertyElementTypeThe IEntity type returned by this query.  
Public PropertyEntityManager Gets or sets the EntityManager for this query.  
Public PropertyParameters Gets or sets the parameters to the stored procedure.  
Public PropertyProcedureName Gets or sets the stored procedure name.  
Public PropertyQueryableType Gets the entity type that was originally queried.  
Public PropertyQueryStrategy Gets or sets the query strategy used by this query.  
Public PropertyTag Gets or sets user-defined information regarding this query.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a deep copy of this query.  
Public MethodCreateFinder Internal use only.  
Public MethodEqualsSee System.Object.Equals(System.Object).  
Public MethodGetHashCodeSee System.Object.GetHashCode.  
Public MethodGetType (Inherited from object)
Public MethodToString Returns a human readable representation of the current query.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.