EFStoredProcedureInfo Constructors
Contains information about a stored procedure provided by an EFDataSource.Name | Parameters | Description |
---|---|---|
EFStoredProcedureInfo() | none | Initializes a new instance of the EFStoredProcedureInfo class with the default settings. |
EFStoredProcedureInfo(EFStoredProcedureInfo) | other | Initializes a new instance of the EFStoredProcedureInfo class with the specified prototype. |
EFStoredProcedureInfo(String, IEnumerable<IParameter>) | name, parameters | Initializes a new instance of the EFStoredProcedureInfo class with specified settings. |
EFStoredProcedureInfo(String) | name | Initializes a new instance of the EFStoredProcedureInfo class with the specified name. |
See Also