Show / Hide Table of Contents

Class RoutineAttribute

Indicates that the class maps to a database routine.

Inheritance
System.Object
RoutineAttribute
Namespace: Paradigm.ORM.Data.Attributes
Assembly: Paradigm.ORM.Data.dll
Syntax
public class RoutineAttribute : Attribute

Constructors

| Improve this Doc View Source

RoutineAttribute()

Initializes a new instance of the RoutineAttribute class.

Declaration
public RoutineAttribute()
| Improve this Doc View Source

RoutineAttribute(String)

Initializes a new instance of the RoutineAttribute class.

Declaration
public RoutineAttribute(string name)
Parameters
Type Name Description
System.String name

The name.

Properties

| Improve this Doc View Source

Catalog

Gets or sets the name of the catalog.

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

Name

Gets or sets the name of the Routine.

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

Schema

Gets or sets the name of the schema.

Declaration
public string Schema { get; set; }
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.