The following tables list the members exposed by StoredProcQuery.
Name | Description | |
---|---|---|
![]() | StoredProcQuery Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CommandTimeout | Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. |
![]() | DataSourceKeyName | May be used to specify the DataSourceKeyName for StoredProc queries where it cannot be otherwise inferred. |
![]() | ElementType | The IEntity type returned by this query. |
![]() | EntityManager | Gets or sets the EntityManager for this query. |
![]() | Parameters | Gets or sets the parameters to the stored procedure. |
![]() | ProcedureName | Gets or sets the stored procedure name. |
![]() | QueryableType | Gets the entity type that was originally queried. |
![]() | QueryStrategy | Gets or sets the query strategy used by this query. |
![]() | Tag | Gets or sets user-defined information regarding this query. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this query. |
![]() | CreateFinder | Internal use only. |
![]() | Equals | See System.Object.Equals(System.Object). |
![]() | GetHashCode | See System.Object.GetHashCode. |
![]() | GetType | (Inherited from object) |
![]() | ToString | Returns a human readable representation of the current query. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |