Show / Hide Table of Contents

Class RoutineTypeDescriptor

Provides the means to describe the mapping relationship between a routine and a .NET type.

Inheritance
System.Object
RoutineTypeDescriptor
Implements
IRoutineTypeDescriptor
Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public class RoutineTypeDescriptor : object, IRoutineTypeDescriptor

Constructors

| Improve this Doc View Source

RoutineTypeDescriptor(Type)

Initializes a new instance of the RoutineTypeDescriptor class.

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

The type.

Properties

| Improve this Doc View Source

CatalogName

Gets the name of the database catalog.

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

Parameters

Gets a list of column parameter descriptors for all the parameters.

Declaration
public virtual List<IParameterPropertyDescriptor> Parameters { get; }
Property Value
Type Description
List<IParameterPropertyDescriptor>
| Improve this Doc View Source

RoutineName

Gets the name of the routine.

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

SchemaName

Gets the name of the database schema.

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

Type

Gets the mapping type.

Declaration
public virtual Type Type { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

TypeName

Gets the name of the type.

Declaration
public virtual string TypeName { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Implements

IRoutineTypeDescriptor

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

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