Show / Hide Table of Contents

Interface IStoredProcedure

Provides an interface for a database stored procedure schema.

Namespace: Paradigm.ORM.Data.Database.Schema.Structure
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IStoredProcedure

Properties

| Improve this Doc View Source

CatalogName

Gets the name of the catalog where the view resides.

Declaration
string CatalogName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the name of the stored procedure.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SchemaName

Gets the name of the schema where the stored procedure resides.

Declaration
string SchemaName { get; }
Property Value
Type Description
System.String

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.