DataParameterMetadata Class
A JSON.net-friendly definition for types implementing IDataParameter.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["DataParameterMetadata"] class Type type-node

Syntax

public class DataParameterMetadata

Properties

Name Property Type Summary
DataRowVersion DataRowVersion
Gets or sets the data row version.
DbType DbType
Gets or sets the type of the database.
ParameterDirection ParameterDirection
Gets or sets the parameter direction.
ParameterName string
Gets or sets the name of the parameter.
ParameterValue object
Gets or sets the parameter value.
SourceColumn string
Gets or sets the source column.

Extension Methods

Name Value Summary
IsAssignableToISerializable<DataParameterMetadata>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<DataParameterMetadata>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<DataParameterMetadata>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.