StoredProcedureModelCommon

You can find the object model in the StoredProcedureModelCommon project of the FullProject solution (or in Models/ StoredProcedureModelCommon under the trunk).

The current implementation of StoredProcedureModelCommon interfaces is SpInputMetadataWrapper found in the FullProject solution (or in Wrappers/SpInputMetadataWrapper under the trunk)

The stored procedure model represents metadata from the perspective of writing stored procedures. To use this model:

- Create a stored procedure template using the suggested pattern
- Reference this project
- Import GenDotNet.StoredProcedureModel (part of the pattern sample)

At this point you’ll have an IEntityData reference available in the EntityData class variable and should see Intellisense on the following structure: