mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

EalDbParameter Class



Database parameter for the Engine Agnostic Layer database access


Namespace: EngineAgnosticLayerDbAccess
Assembly: EngineAgnosticLayerDbAccess (in EngineAgnosticLayerDbAccess.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public sealed class EalDbParameter : DbParameter

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Data.Common..::..DbParameter
      EngineAgnosticLayerDbAccess..::..EalDbParameter

Constructors

  NameDescription
Public methodEalDbParameter()()()()
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, Boolean)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, DbType)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, DateTime)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, Int32)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, Object)
Constructor for a new Engine Agnostic Layer database parameter
Public methodEalDbParameter(String, String)
Constructor for a new Engine Agnostic Layer database parameter

Methods

  NameDescription
Public methodResetDbType
Resets the DbType property to its original settings
(Overrides DbParameter..::..ResetDbType()()()().)

Properties

  NameDescription
Public propertyDbType
Gets or sets the DbType of the parameter
(Overrides DbParameter..::..DbType.)
Public propertyDirection
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter
(Overrides DbParameter..::..Direction.)
Public propertyIsNullable
Gets or sets a value that indicates whether the parameter accepts null values
(Overrides DbParameter..::..IsNullable.)
Public propertyParameterName
Gets or sets the name of the DbParameter
(Overrides DbParameter..::..ParameterName.)
Public propertySize
Gets or sets the maximum size, in bytes, of the data within the column
(Overrides DbParameter..::..Size.)
Public propertySourceColumn
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value
(Overrides DbParameter..::..SourceColumn.)
Public propertySourceColumnNullMapping
Sets or gets a value which indicates whether the source column is nullable
(Overrides DbParameter..::..SourceColumnNullMapping.)
Public propertySourceVersion
Gets or sets the DataRowVersion to use when you load Value
(Overrides DbParameter..::..SourceVersion.)
Public propertyValue
Gets or sets the value of the parameter
(Overrides DbParameter..::..Value.)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )