StoredProcResultsetMappingInfo Methods | 
The StoredProcResultsetMappingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetAllDifferentMappingCombinationsOnResultsets | 
            Gets all different mapping combinations on resultsets. A resultset can have multiple mapped elements as it can be a target of multiple typed views
            for example. If a stored procedure has multiple resultsets, there are multiple combinations of mapped elements possible. The method returns 
            one or more lists with GroupableModelElementMapping instances, one for each resultset. If resultset #1 has 1 mapped element (A) but resultset #2 has 3
            mapped elements (B, C and D), this method returns 3 lists: [A, B], [A, C] and [A, D]. 
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |