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 SourceStoredProcedureTypeAttribute()
Initializes a new instance of the StoredProcedureTypeAttribute class.
Declaration
public StoredProcedureTypeAttribute()
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 SourceProcedureType
Gets or sets the type of the procedure.
Declaration
public string ProcedureType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the procedure.
Declaration
public StoredProcedureType Type { get; }
Property Value
Type | Description |
---|---|
StoredProcedureType |