/// <summary> /// Returns a command object. /// </summary> private SqlCommand GetCommand(string CommandString, SessionInfo S) { SqlCommand Cmd = GetCommand(CommandString); S.CopyTo(Cmd); return(Cmd); }