NPersistence Reference Guide

Overload List

NameDescription
SetParameter(Int32, Object)
Bind an argument to a positional parameter.
SetParameter(String, Object)
Bind an argument to a named parameter.
SetParameter<(Of <<'(T>)>>)(Parameter<(Of <<'(T>)>>), T)
Bind the value of a Parameter object.
SetParameter(Int32, DateTime, TemporalType)
Bind an instance of System.DateTime to a positional parameter.
SetParameter(String, DateTime, TemporalType)
Bind an instance of System.DateTime to a named parameter.
SetParameter(Parameter<(Of <<'(DateTime>)>>), DateTime, TemporalType)
Bind an instance of System.DateTime to a Parameter object.

See Also