Show / Hide Table of Contents

Enum StoredProcedureType

Specifies what a stored procedure will return.

Namespace: Paradigm.ORM.Data.Database.Schema.Structure
Assembly: Paradigm.ORM.Data.dll
Syntax
public enum StoredProcedureType : int

Fields

Name Description
NonQuery

The stored procedure won't reture any data.

Reader

The stored procedure will return one or more result rests.

Scalar

Returns a scalar value.

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