Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlBuilderEntry<(Of <(<'TDbType>)>)>..::..ParameterValue Property

Gets or sets the value to be used when constructing parameters.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<Object> ParameterValue { get; set; }
Public Property ParameterValue As Nullable(Of Object)
	Get
	Set
public:
property Nullable<Object^> ParameterValue {
	Nullable<Object^> get ();
	void set (Nullable<Object^> value);
}

Field Value

The parameter value.

Remarks


A null means this parameter's value was not set. A DBNull.Value means it is passed to the database as a null.