I have a data base and create more stored procedure it,now i want use currently created stored procedures in code smith and create template from it. What to do?
For example for use from table in code generator write the follow property :
<%@ Property Name="SourceTables" Category="Database" Optional="True" Type="SchemaExplorer.TableSchemaCollection"
Description="The database tables" %>
How to Write for stored procedures ????
<%@ Property ..... Type="**SchemaExplorer.???**" ...