Click or drag to resize

TraceableSqlCommandCreateDbParameter Method

Creates a new instance of a DbParameter object. Wrapper of the same function in SqlCommand.

Namespace:  Amazon.XRay.Recorder.Handlers.SqlServer
Assembly:  AWSXRayRecorder.Handlers.SqlServer (in AWSXRayRecorder.Handlers.SqlServer.dll) Version: 2.11.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
protected override DbParameter CreateDbParameter()

Return Value

Type: DbParameter
A DbParameter object.
See Also