StoredProcedureViewInfo Constructors
Provides information about a stored procedure that is displayed in the Data Source Wizard when binding to an Entity Framework data source.Name | Parameters | Description |
---|---|---|
StoredProcedureViewInfo(EFStoredProcedureInfo, Boolean) | procedure, isChecked | Initializes a new instance of the StoredProcedureViewInfo class with the specified settings. |
StoredProcedureViewInfo(EFStoredProcedureInfo) | procedure | Initializes a new instance of the StoredProcedureViewInfo class with the specified settings. |
StoredProcedureViewInfo(String) | procedureName | Initializes a new instance of the StoredProcedureViewInfo class with the specified name. |
See Also