The IExplicitParameterSpecification type exposes the following members.

Methods

  NameDescription
Public methodBind(IDbCommand, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor)
Bind the appropriate value into the given command.
(Inherited from IParameterSpecification.)
Public methodBind(IDbCommand, IList<(Of <<'(Parameter>)>>), Int32, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor)
Bind the appropriate value into the given command.
(Inherited from IParameterSpecification.)
Public methodGetIdsForBackTrack
An string array to unique identify this parameter-span inside an SqlString.
(Inherited from IParameterSpecification.)
Public methodRenderDisplayInfo
Render this parameter into displayable info (for logging, etc).
(Inherited from IParameterSpecification.)
Public methodSetEffectiveType
Explicit parameters may have no set the ExpectedType during query parse.

See Also