Show / Hide Table of Contents

Class RoutineTypeAttribute

Indicates that the class maps to a database Routine, but the mapping information is contained on a different .NET type.

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

Constructors

| Improve this Doc View Source

RoutineTypeAttribute()

Initializes a new instance of the RoutineTypeAttribute class.

Declaration
public RoutineTypeAttribute()
| Improve this Doc View Source

RoutineTypeAttribute(Type)

Initializes a new instance of the RoutineTypeAttribute class.

Declaration
public RoutineTypeAttribute(Type type)
Parameters
Type Name Description
Type type

The type.

Properties

| Improve this Doc View Source

Type

Gets or sets the type mapping.

Declaration
public Type Type { get; set; }
Property Value
Type Description
Type

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)

See Also

RoutineAttribute
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.