CommonAppenders..::..Tag<(Of <(<'TResult>)>)> Method (ILink<(Of <(<'TResult>)>)>, String, String, Int32)
Prepends a comment to SQL statement with the file name, member name, and line number. This is used mostly for logging.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public static ILink<TResult> Tag<TResult>( this ILink<TResult> previousLink, string callerFilePath, string callerMemberName, int callerLineNumber )
Type Parameters
- TResult
- The type of the t result.
Parameters
- previousLink
- Type: Tortuga.Chain..::..ILink<(Of <(<'TResult>)>)>
The previous link.
- callerFilePath
- Type: String
The caller file path.
- callerMemberName
- Type: String
Name of the caller member.
- callerLineNumber
- Type: Int32
The caller line number.

