Show / Hide Table of Contents

Class StoredProcedureTypeAttribute

Indicates what type of the stored procedure the class is.

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

Constructors

| Improve this Doc View Source

StoredProcedureTypeAttribute()

Initializes a new instance of the StoredProcedureTypeAttribute class.

Declaration
public StoredProcedureTypeAttribute()
| Improve this Doc View Source

StoredProcedureTypeAttribute(String)

Initializes a new instance of the StoredProcedureTypeAttribute class.

Declaration
public StoredProcedureTypeAttribute(string procedureType)
Parameters
Type Name Description
System.String procedureType

Type of the procedure.

Properties

| Improve this Doc View Source

ProcedureType

Gets or sets the type of the procedure.

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

Type

Gets or sets the type of the procedure.

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

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

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