The IParameterSpecification type exposes the following members.

Methods

  NameDescription
Public methodBind(IDbCommand, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor)
Bind the appropriate value into the given command.
Public methodBind(IDbCommand, IList<(Of <<'(Parameter>)>>), Int32, IList<(Of <<'(Parameter>)>>), QueryParameters, ISessionImplementor)
Bind the appropriate value into the given command.
Public methodGetIdsForBackTrack
An string array to unique identify this parameter-span inside an SqlString.
Public methodRenderDisplayInfo
Render this parameter into displayable info (for logging, etc).

Properties

  NameDescription
Public propertyExpectedType
Get or set the type which we are expeting for a bind into this parameter based on translated contextual information.

See Also