AliasExtensions.WithNoLock method
Adds a WITH(NOLOCK) to the alias and returns a new alias.
public static Alias WithNoLock(this IAlias alias)
| parameter | description |
|---|---|
| alias | The alias. |
Return Value
A new alias with the WITH(NOLOCK) hint appended.
See Also
- class Alias
- interface IAlias
- class AliasExtensions