StoredProcedureViewInfo Properties
Provides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source.Name | Description |
---|---|
Checked | Specifies whether a stored procedure is added to the list for use. |
StoredProcedure | Gets a stored procedure. |
See Also