DBExecutionParameter PropertiesDataBaseExecutors
The DBExecutionParameter type exposes the following members.
Properties

  NameDescription
Public propertyDbType
The Type of parameter
(Overrides DbParameter DbType.)
Public propertyDirection
The Direction of parameter
(Overrides DbParameter Direction.)
Public propertyIsNullable
Is parameter nullable or not.
(Overrides DbParameter IsNullable.)
Public propertyParameterName
Parameter's name
(Overrides DbParameter ParameterName.)
Public propertySize
The size of parameter.
If it's not set, set size by Value's size.
(Overrides DbParameter Size.)
Public propertySourceColumn (Overrides DbParameter SourceColumn.)
Public propertySourceColumnNullMapping (Overrides DbParameter SourceColumnNullMapping.)
Public propertySourceVersion (Overrides DbParameter SourceVersion.)
Public propertyValue
Value of parameter.
(Overrides DbParameter Value.)
Back to Top
See Also