Show / Hide Table of Contents

Interface IRoutineTypeDescriptor

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

Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IRoutineTypeDescriptor

Properties

| Improve this Doc View Source

CatalogName

Gets the name of the database catalog.

Declaration
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
List<IParameterPropertyDescriptor> Parameters { get; }
Property Value
Type Description
List<IParameterPropertyDescriptor>
| Improve this Doc View Source

RoutineName

Gets the name of the routine.

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

SchemaName

Gets the name of the database schema.

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

Type

Gets the mapping type.

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

TypeName

Gets the name of the type.

Declaration
string TypeName { 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.